Tweaked disassembler pretty printing, because I'm bored
This commit is contained in:
+11
-1
@@ -1,3 +1,13 @@
|
||||
fn f() {
|
||||
//
|
||||
}
|
||||
|
||||
fn g() {
|
||||
fn i() {
|
||||
//
|
||||
}
|
||||
}
|
||||
|
||||
for (var i: int = 0; i < 10; i++) print i;
|
||||
fn h() {
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user