-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a deploy command & improve expression translation (#17)
* better expression translation * remove uneeded expr * even better expression trans * translate nots * string set map translation * translate label expressions * correctly translate nonliterals inside of set equalities * remove intermediary array * add deploy command * sudo option for predicate deploy * fix stdin syntax * comments + more expression translation code * remove unused policy bit * fill in scopes for access request & review * map string set equals correctly * format * implement translation for basic logical operators and types * implement translation for concat + split * implement translation of further primitives * reformat * add select translation support for policy mapping * merge identical branches * finish adding translation code * (feedback): group scopes as subfields * resolve isort conflict * replace explicit scope field with decorator
- Loading branch information
Showing
4 changed files
with
157 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters