Artifact b304c0f5f1ed2d44cec924d97dcfcc6d35872a92:
- File tests/grammars/discard-default/base/gcr_c — 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: 582)
- File tests/grammars/g1-rules/defaults/default-after-rule/gcr_c — 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: 582)
- File tests/grammars/g1-rules/defaults/initial-defaults/gcr_c — 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: 582)
- File tests/grammars/inaccessible/warn/gcr_c — 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: 582)
- File tests/grammars/input/end-in-comment/gcr_c — 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: 582)
- File tests/grammars/lexeme-default/base/gcr_c — 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: 582)
- File tests/grammars/start-symbol/syntax-a/gcr_c — 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: 582)
- File tests/grammars/start-symbol/syntax-b/gcr_c — 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: 582)
grammar { global { start A inaccessible warn } g1 { {} { A { {priority @LEX:@CHR:<a> 0 action {array values} assoc left mask 0} } } terminal { @LEX:@CHR:<a> { terminal } } } lexeme { action {array values} } l0 { latm { @LEX:@CHR:<a> 1 } lexeme { @LEX:@CHR:<a> { {priority @CHR:<a> 0} } } literal { @CHR:<a> { {byte 97} } } } }