some progress towards test 2

This commit is contained in:
bronku 2025-11-22 00:31:00 +01:00
parent 9c493f543a
commit 87695ebb20
5 changed files with 52 additions and 10 deletions

View file

@ -27,7 +27,9 @@
%token <std::string> IDENTIFIER
%token <std::string> STRING
%token <int> NUMBER
%token EQUALS NEWLINE PLUS MINUS EOF
%token EQUALS 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
%%