X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Fparser%2Fscanner.l;h=8fce7d960f9e12893a9403019a595d74f8f956db;hp=43ec844e4792b8032e26d17fe4e4195fcae5091d;hb=518059384a38dbf5b4384c77dc859689ce80cc9d;hpb=1426e3fcf927d6321fd2cf8595394f817bb1a0e2 diff --git a/src/parser/scanner.l b/src/parser/scanner.l index 43ec844..8fce7d9 100644 --- a/src/parser/scanner.l +++ b/src/parser/scanner.l @@ -56,6 +56,7 @@ static struct { { "AND", AND }, { "ANY", ANY }, { "END", END }, + { "FALSE", FALSE }, { "FETCH", FETCH }, { "FILTER", FILTER }, { "IN", IN }, @@ -70,6 +71,7 @@ static struct { { "START", START }, { "STORE", STORE }, { "TIMESERIES", TIMESERIES }, + { "TRUE", TRUE }, { "UPDATE", UPDATE }, /* object types */