grouped TRUE/FALSE/NULL into BOOL

This commit is contained in:
satyr
2010-10-11 17:05:50 +09:00
parent 6506f6d99e
commit 41cd0c272b
7 changed files with 198 additions and 198 deletions

View File

@@ -130,9 +130,7 @@ grammar =
o "AlphaNumeric"
o "JS", -> new Literal $1
o "REGEX", -> new Literal $1
o "TRUE", -> new Literal true
o "FALSE", -> new Literal false
o "NULL", -> new Literal 'null'
o "BOOL", -> new Literal $1
]
# Assignment of a variable, property, or index to a value.