Update Grammar

This commit is contained in:
greg 2015-07-25 19:03:42 -07:00
parent 8f9bfbc5bd
commit 71d2428e57
1 changed files with 0 additions and 7 deletions

View File

@ -18,10 +18,3 @@
| <string>
/* actual grammar encoded in program */
<program> := <statements> EOF
<statements> := <statement> | <statement> SEP <statements>
<let_expression> := let <identifier> = <rhs>
<rhs> := <num_literal> | <str_literal> | <identifier>