Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in the grammar
Thanks to Carl Glassberg for pointing this issue.
  • Loading branch information
rofirrim committed Aug 26, 2017
1 parent 058525c commit 4640908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc/tiny/tiny-basic-grammar.txt
Expand Up @@ -58,7 +58,7 @@ write_statement -> "write" expression ";"

% Simple
expression -> primary
| unop op expression
| unop expression
| expression binop expression

primary -> identifier
Expand Down

0 comments on commit 4640908

Please sign in to comment.