Replace bool, true and false with aliases

This commit is contained in:
2025-08-09 22:38:03 +01:00
parent b8c548ee4b
commit 011083ab83
9 changed files with 560 additions and 515 deletions

View File

@@ -9,7 +9,7 @@ from codegen.utils import convert_to_relative
class CType(Enum):
VOID = "void"
BOOL = "bool"
BOOL = "b32"
CHAR = "char"
C8 = "c8"
C16 = "c16"