nearly got functions to compile!

This commit is contained in:
SpookyDervish
2025-10-14 07:46:54 +11:00
parent 518a19d3bf
commit 5741a48e73
2 changed files with 63 additions and 30 deletions

View File

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