intellij-awk icon indicating copy to clipboard operation
intellij-awk copied to clipboard

Re-introduce strictness to the AWK grammar

Open xonixx opened this issue 1 year ago • 0 comments

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?

xonixx avatar Jun 01 '23 13:06 xonixx