function calls not working entirely >:(

This commit is contained in:
2025-10-15 15:32:40 +11:00
parent e0dd9ee541
commit a75dcb933e
7 changed files with 52 additions and 27 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 = False
COMPILER_DEBUG: bool = True
RUN_CODE: bool = True
PARSER_DEBUG: bool = True
COMPILER_DEBUG: bool = False
RUN_CODE: bool = False
if __name__ == "__main__":