diff options
Diffstat (limited to 'src/fexpr')
| -rw-r--r-- | src/fexpr/grammar.lalrpop | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/fexpr/grammar.lalrpop b/src/fexpr/grammar.lalrpop index 4e6ac89..f559ff1 100644 --- a/src/fexpr/grammar.lalrpop +++ b/src/fexpr/grammar.lalrpop @@ -153,6 +153,8 @@ Comma<T>: HashSet<T> = {  match {      "player" => "player",      "not" => "not", +    "or" => "or", +    "and" => "and",      "any" => "any",      "all" => "all",      "exists" => "exists", | 
