FOR STATEMENTS WORK!!!!!

This commit is contained in:
SpookyDervish
2025-10-16 17:35:00 +11:00
parent 600bebb9b2
commit 1d6c3db5e4
4 changed files with 25 additions and 42 deletions

View File

@@ -10,9 +10,9 @@ import llvmlite.binding as llvm
from ctypes import CFUNCTYPE, c_int, c_float
LEXER_DEBUG: bool = False
PARSER_DEBUG: bool = True
PARSER_DEBUG: bool = False
COMPILER_DEBUG: bool = False
RUN_CODE: bool = False
RUN_CODE: bool = True
if __name__ == "__main__":