Added type define

This commit is contained in:
Øyvind Skaaden 2022-02-13 19:08:34 +01:00
parent 36afeecae9
commit a6b535248b

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