Added type define

main
Øyvind Skaaden 2022-02-13 19:08:34 +01:00
parent 36afeecae9
commit a6b535248b
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include <vslc.h>
%}
%define api.value.type {node_t}
%token FUNC PRINT RETURN CONTINUE IF THEN ELSE WHILE DO OPENBLOCK CLOSEBLOCK
%token VAR NUMBER IDENTIFIER STRING