mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Started working on a decompiler, called 'bytecode inspector'
It only has a few instructions for now, but I can flesh it out over time.
This commit is contained in:
@@ -1,20 +1,5 @@
|
||||
|
||||
|
||||
/*
|
||||
{
|
||||
fn hello() {
|
||||
print "Hello world";
|
||||
}
|
||||
hello();
|
||||
}
|
||||
*/
|
||||
|
||||
{
|
||||
fn hello(arg) {
|
||||
print arg;
|
||||
}
|
||||
|
||||
hello("world");
|
||||
}
|
||||
|
||||
print "hello world";
|
||||
|
||||
print [];
|
||||
Reference in New Issue
Block a user