Merge branch 'develop' into epic-reducer-project

This commit is contained in:
Umur Ozkul 2022-08-26 00:09:50 +02:00
commit ac63b57478

View File

@ -263,8 +263,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