mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 18:02:05 +00:00
* correct grammar; ref #20199 * add check for keeping grammar.txt up-to-date * add nimTestGrammar
8 lines
90 B
Nim
8 lines
90 B
Nim
discard """
|
|
matrix: "-d:nimTestGrammar"
|
|
"""
|
|
|
|
import compiler/parser
|
|
|
|
checkSameGrammar()
|