variables that start with true/false
This commit is contained in:
Umur Ozkul 2022-08-25 22:19:29 +02:00
parent 6a2ff40279
commit d29b77ca61

View File

@ -250,8 +250,8 @@ float 'float'
d = [0-9]
boolean 'boolean'
= ('true'/'false')
{ return h.nodeBoolean(text() === 'true')}
= ('true'/'false') ! [a-z]i ! [_$]
{ return h.nodeBoolean(text() === 'true')}
valueConstructor
= recordConstructor