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] d = [0-9]
boolean 'boolean' boolean 'boolean'
= ('true'/'false') = ('true'/'false') ! [a-z]i ! [_$]
{ return h.nodeBoolean(text() === 'true')} { return h.nodeBoolean(text() === 'true')}
valueConstructor valueConstructor
= recordConstructor = recordConstructor