Make descriptions more consistent in compiler specs
This commit is contained in:
parent
8f109504a8
commit
e9dad529f5
11 changed files with 13 additions and 13 deletions
|
|
@ -9,7 +9,7 @@ using namespace build_tables;
|
|||
|
||||
START_TEST
|
||||
|
||||
describe("building parse tables", []() {
|
||||
describe("build_parse_table", []() {
|
||||
SyntaxGrammar parse_grammar({
|
||||
{ "rule0", choice({ i_sym(1), i_sym(2) }) },
|
||||
{ "rule1", i_token(0) },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue