Add basic binary expression support
Current implementation is placeholder. Assembly is generated by mr. chat and is currently unchecked. Also only 64 bit ints are supported
This commit is contained in:
@@ -4,10 +4,7 @@ let STD_OUT = 1;
|
||||
let STD_ERR = 2;
|
||||
|
||||
func main() {
|
||||
let x = "test\n";
|
||||
write(x);
|
||||
x = "uwu\n";
|
||||
write(x);
|
||||
let x = 5 * 5 + 5;
|
||||
}
|
||||
|
||||
func write(msg: String) {
|
||||
|
||||
Reference in New Issue
Block a user