NT build_list -> list to match AST

This commit is contained in:
rocky
2017-12-01 03:55:31 -05:00
parent 0744a549dd
commit dfdd5c6c1c
7 changed files with 25 additions and 25 deletions

View File

@@ -17,7 +17,7 @@ def test_grammar():
(lhs, rhs, tokens,
right_recursive, dup_rhs) = p.check_sets()
expect_lhs = set(['expr1024', 'pos_arg'])
unused_rhs = set(['build_list', 'call', 'mkfunc',
unused_rhs = set(['list', 'call', 'mkfunc',
'mklambda',
'unpack',])