indention start
This commit is contained in:
parent
1c21aede4b
commit
5062a9b588
12 changed files with 268 additions and 48 deletions
|
|
@ -29,7 +29,7 @@
|
|||
%token <int> NUMBER
|
||||
%token ASSIGN PLUS MINUS L_PAREN R_PAREN COLON
|
||||
%token KW_DEF KW_IF KW_RETURN KW_FOR KW_IN
|
||||
%token EOF NEWLINE INDENT_UP INDENT_DOWN
|
||||
%token EOF NEWLINE INDENT DEDENT
|
||||
|
||||
|
||||
%%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue