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:
parent
93259435c8
commit
feb46302f3
3 changed files with 1138 additions and 1098 deletions
|
|
@ -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))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue