rigz parse
AST Parsing for rigz, see grammar.pest for the full grammar.
Example Syntax
Hello World
puts 'Hello World'
Fictional Policy Language
allow {
variables {
account = :valid_account
}
}
Fictional Policy Language (Part 2)
deny {
variables {
account = unless :valid_account
}
}