Skip to content

Releases: aconchillo/guilescript

GuileScript v0.2.0

30 Jan 08:06
Compare
Choose a tag to compare
  • Add initial macro support.

  • Rename log:info, log:warn and log:error to console-log, console-warn and consoler-error respectively. Also add console-debug.

  • Removed special syntax to access JavaScript objects and added js-ref, js-set!, js-new and js-invoke.

GuileScript v0.1.0

21 Jan 08:28
Compare
Choose a tag to compare
  • 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.

GuileScript v0.0.0

18 Jan 06:46
Compare
Choose a tag to compare

Initial release.