You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the authorization logic ast refers to the definitions of predicate and relationDeclaration from the datalog ir (in datalog/program.h). This was done for efficiency and to avoid code reuse. However, by adding equivalent classes to ast.h we can cleanly separate the datalog IR from the authoriation logic ast and the visitor that runs on the ast can completely traverse the AST without creating a dependency on the datalog IR.
The text was updated successfully, but these errors were encountered:
At the moment the authorization logic ast refers to the definitions of predicate and relationDeclaration from the datalog ir (in datalog/program.h). This was done for efficiency and to avoid code reuse. However, by adding equivalent classes to ast.h we can cleanly separate the datalog IR from the authoriation logic ast and the visitor that runs on the ast can completely traverse the AST without creating a dependency on the datalog IR.
The text was updated successfully, but these errors were encountered: