Browse Source
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
1 changed files with 7 additions and 2 deletions
Loading…
Reference in new issue