Files
Nim/tests/compiler/tgrammar.nim
ringabout e323b91a32 correct grammar (ref #20199) and add check for grammar.txt (#20494)
* correct grammar; ref #20199

* add check for keeping grammar.txt up-to-date

* add nimTestGrammar
2022-10-06 16:36:32 +02:00

8 lines
90 B
Nim

discard """
matrix: "-d:nimTestGrammar"
"""
import compiler/parser
checkSameGrammar()