Rename 'star' -> 'pointer' in C grammar

Now that bug is fixed that prevented tokens from working properly when
used anonymously and as named rules
This commit is contained in:
Max Brunsfeld 2015-07-30 17:27:49 -07:00
parent 93259435c8
commit feb46302f3
3 changed files with 1138 additions and 1098 deletions

View file

@ -37,5 +37,5 @@ int main() {
(identifier) (direct_declarator (identifier))
(compound_statement
(declaration (identifier) (identifier))
(declaration (identifier) (declarator (star) (direct_declarator (identifier))))
(declaration (identifier) (declarator (pointer) (direct_declarator (identifier))))
(declaration (identifier) (identifier))))