Refactored code generator, tracks indentation, no error checking

This commit is contained in:
2025-05-24 15:46:45 -05:00
parent dba4617520
commit d002309e93
2 changed files with 78 additions and 74 deletions

View File

@@ -20,7 +20,7 @@ func TestHelloWorld(t *testing.T) {
expected := `//! Hello, world!
fn main() void {
return;
return;
}
`