After the latest changes (https://maximullaris.com/intellij-awk_grammar_refactoring.html) this code is parsed as correct: ```awk { print 1 print 2 } ``` Can we make the grammar stricter while preserving all the achievement of the changes we did?