Add int, char, and bool to compiler

This commit is contained in:
2026-01-22 14:22:12 +11:00
parent 0c2abbae2f
commit 3afb59929a
2 changed files with 36 additions and 11 deletions

View File

@@ -102,7 +102,7 @@ Commands:
CGround now includes an experimental Ground -> x86_64 Linux ASM compiler. You can try it by adding the `-c` flag when running Ground. This will print the generated ASM to the console.
At present only the `int` data type is supported.
At present only the `int`, `char`, and `bool` data types are supported.
Supported instructions so far: