Skip to content

Commit

Permalink
Update lex.l
Browse files Browse the repository at this point in the history
fix manifest constants definition error
  • Loading branch information
a596620989 committed Dec 8, 2014
1 parent c4f2881 commit f7c6d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ch03/3.5/src/lex.l
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%{
/* definitions of manifest constants
/* definitions of manifest constants */
LT, LE, EQ, NE, GT, GE,
IF, THEN, ELSE, ID, NUMBER, RELOP */
IF, THEN, ELSE, ID, NUMBER, RELOP, WHILE
%}
/* regular definitions */
delim [ \t\n]
Expand Down

0 comments on commit f7c6d0c

Please sign in to comment.