diff options
Diffstat (limited to 'src/ast.h')
| -rw-r--r-- | src/ast.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -123,7 +123,7 @@ typedef enum { Unknown = 0, None, Bool, Var, Int, Num, - TextLiteral, TextJoin, PrintStatement, + TextLiteral, TextJoin, Path, Declare, Assign, Power, Multiply, Divide, Mod, Mod1, Plus, Minus, Concat, LeftShift, UnsignedLeftShift, @@ -183,9 +183,6 @@ struct ast_s { const char *path; } Path; struct { - ast_list_t *to_print; - } PrintStatement; - struct { ast_t *var; type_ast_t *type; ast_t *value; |
