rhai icon indicating copy to clipboard operation
rhai copied to clipboard

Tighten parser

Open sophiajt opened this issue 8 years ago • 0 comments

The parser is currently pretty loosey-goosey about strictness to any particular language design. For example, you can elide semicolons between adjacent statements. This makes for some confusing issues when a script refuses to run and it's because you missed something that's hard to see.

Before 1.0, it'd be nice to have a pretty straightforward set of grammar rules that are enforced by the parser.

sophiajt avatar Mar 04 '16 13:03 sophiajt