xonixx / intellij-awk

The missing IntelliJ IDEA language support plugin for AWK
https://plugins.jetbrains.com/plugin/17037-awk-support
MIT License
45 stars 2 forks source link

Re-introduce strictness to the AWK grammar #197

Open xonixx opened 1 year ago

xonixx commented 1 year ago

After the latest changes (https://maximullaris.com/intellij-awk_grammar_refactoring.html) this code is parsed as correct:

{ print 1 print 2 }

Can we make the grammar stricter while preserving all the achievement of the changes we did?