mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Tweaked disassembler pretty printing, because I'm bored
This commit is contained in:
@@ -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