Make descriptions more consistent in compiler specs

This commit is contained in:
Max Brunsfeld 2014-09-09 13:01:18 -07:00
parent 8f109504a8
commit e9dad529f5
11 changed files with 13 additions and 13 deletions

View file

@ -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) },