Skip to content

Commit

Permalink
Added explicit start symbol - gramstats implicitly adds it but fuzzbu…
Browse files Browse the repository at this point in the history
…zz does not

Signed-off-by: Rafael Lopez <rafael@case.edu>
  • Loading branch information
rxl211 committed Apr 13, 2012
1 parent b3b8ffc commit d9058a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/calc/calc.grammar
@@ -1,7 +1,8 @@
/* A grammar for the simple matrix calculator.
*
*/

Start -> Expr
;
Expr -> Expr PLUS Term
| Expr DASH Term
| Term
Expand Down

0 comments on commit d9058a0

Please sign in to comment.