WE CAN PASS ARGUMENTS TO FUNCTIONS!!!!!!

This commit is contained in:
SpookyDervish
2025-10-15 07:37:01 +11:00
parent 3c24b50a80
commit 39cc0429da
3 changed files with 38 additions and 13 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
COMPILER_DEBUG: bool = False
RUN_CODE: bool = False
PARSER_DEBUG: bool = False
COMPILER_DEBUG: bool = True
RUN_CODE: bool = True
if __name__ == "__main__":