JavaScript example: Fix parsing of statements
Fixes a problem where statements starting with a reserved word produced errors like this: Reserved word "return" can't be used as an identifier. The problem was in a wrong ordering of choices in the |Statement| rule together with aggressive reserved word detection in the |Identifier| rule.redux
parent
e78ffbba9c
commit
c70c8551b4
Loading…
Reference in New Issue