diff options
Diffstat (limited to 'src/ast.h')
| -rw-r--r-- | src/ast.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -107,6 +107,8 @@ typedef struct ast_node { Type *type; union { int as_int; + char as_char; + char *as_string; }; } literal; |