Add print statement

This commit is contained in:
2025-08-03 22:33:44 +02:00
parent e108ee858b
commit 71968d2b59
8 changed files with 82 additions and 25 deletions
+1
View File
@@ -12,6 +12,7 @@ typedef enum {
NODE_FUNC_ARG,
NODE_FUNC_CALL,
NODE_VAR_DECL,
NODE_PRINT,
NODE_BLOCK,
NODE_IFELSE,
NODE_FOR,