Artifact 625a7d2ad47b1e10f6207ff121fecfac61709e50:
- File tests/grammars/g1-rules/defaults/adverbs/action-command/gcr_tcl — part of check-in [c1b1d00b8e] at 2017-06-26 22:21:54 on branch trunk — Removed support for the `bless` adverb from the boot-parser and following stages. Updated tests. Left the cases using bless in the suite, for the parse errors they now cause. (user: aku size: 585)
- File tests/grammars/g1-rules/defaults/adverbs/action-command/gcstate — part of check-in [c1b1d00b8e] at 2017-06-26 22:21:54 on branch trunk — Removed support for the `bless` adverb from the boot-parser and following stages. Updated tests. Left the cases using bless in the suite, for the parse errors they now cause. (user: aku size: 585)
grammar { global { start B inaccessible warn } g1 { {} { B { {priority @LEX:@CHR:<b> 0 action {cmd dobeta} assoc left mask 0} } } terminal { @LEX:@CHR:<b> { terminal } } } lexeme { action {array values} } l0 { latm { @LEX:@CHR:<b> 1 } lexeme { @LEX:@CHR:<b> { {priority @CHR:<b> 0} } } literal { @CHR:<b> { {character 98} } } } }