diff options
Diffstat (limited to 'src/ast.h')
| -rw-r--r-- | src/ast.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -95,6 +95,8 @@ typedef struct ast_node { // TODO: Arguments / etc? Variable *args; int num_args; + + bool is_defined; } func; // Block of statements |