Skip to content

Commit

Permalink
remove lf token
Browse files Browse the repository at this point in the history
  • Loading branch information
shenao78 committed Jul 21, 2021
1 parent 495b255 commit 54c7a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grammar.y
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ int yyerror(const char *s);
%token <double_value> DOUBLE_LITERAL
%token <int_value> INT_LITERAL
%token <identifier> IDENTIFIER;
%token FUNCTION IF ELSE FOR RETURN BREAK CONTINUE NIL LF
%token FUNCTION IF ELSE FOR RETURN BREAK CONTINUE NIL

%type <expression> expr bool_expr
%type <statement> stmt if_stmt
Expand Down

0 comments on commit 54c7a82

Please sign in to comment.