GuileScript v0.1.0
-
Very primitive JavaScript object method calls.
-
Create 'javascript language which actually decompiles from 'tree-il. So basically we do:
compile(guilescript) -> 'tree-il -> decompile(tree-il) -> javascript. -
Split function translation into its own file.
-
Fix ending statement semicolon issues.
-
Return statements should only be allowed inside functions.