Skip to content

GuileScript v0.1.0

Compare
Choose a tag to compare
@aconchillo aconchillo released this 21 Jan 08:28
· 27 commits to master since this release
  • 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.