Add int, char, and bool to compiler
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user