Rename TRUE and FALSE by keith · Pull Request #134 · google/cel-cpp

Expand Up @@ -73,8 +73,8 @@ literal | sign=MINUS? tok=NUM_FLOAT # Double | tok=STRING # String | tok=BYTES # Bytes | tok=TRUE # BoolTrue | tok=FALSE # BoolFalse | tok=CEL_TRUE # BoolTrue | tok=CEL_FALSE # BoolFalse | tok=NUL # Null ;
Expand Down Expand Up @@ -106,8 +106,8 @@ PLUS : '+'; STAR : '*'; SLASH : '/'; PERCENT : '%'; TRUE : 'true'; FALSE : 'false'; CEL_TRUE : 'true'; CEL_FALSE : 'false'; NUL : 'null';
fragment BACKSLASH : '\\'; Expand Down