diff options
Diffstat (limited to 'src/parser.l')
| -rw-r--r-- | src/parser.l | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parser.l b/src/parser.l index 7ceee0a..70704b8 100644 --- a/src/parser.l +++ b/src/parser.l | |||
| @@ -51,6 +51,8 @@ and { return tokAnd; } | |||
| 51 | or { return tokOr; } | 51 | or { return tokOr; } |
| 52 | return { return tokReturn; } | 52 | return { return tokReturn; } |
| 53 | ignore { return tokIgnore; } | 53 | ignore { return tokIgnore; } |
| 54 | exists { return tokExists; } | ||
| 55 | delete { return tokDelete; } | ||
| 54 | 56 | ||
| 55 | true { yylval->bValue = true; return tokBool; } | 57 | true { yylval->bValue = true; return tokBool; } |
| 56 | false { yylval->bValue = false; return tokBool; } | 58 | false { yylval->bValue = false; return tokBool; } |
