Multi string and multi program support

This commit is contained in:
2025-09-07 20:41:41 +05:30
parent d52b9ceb69
commit 7e47f8dcef
4 changed files with 13 additions and 13 deletions

View File

@ -2,7 +2,6 @@ from llvmlite import ir
#TODO: THIS IS NOT SUPPOSED TO MATCH STRINGS :skull:
def ctypes_to_ir(ctype: str):
print("CTYPE", ctype)
mapping = {
"c_int8": ir.IntType(8),
"c_uint8": ir.IntType(8),