Refactored code generator, tracks indentation, no error checking
This commit is contained in:
@@ -20,7 +20,7 @@ func TestHelloWorld(t *testing.T) {
|
||||
expected := `//! Hello, world!
|
||||
|
||||
fn main() void {
|
||||
return;
|
||||
return;
|
||||
}
|
||||
`
|
||||
|
||||
|
Reference in New Issue
Block a user