Skip to content

v0.9.7

Pre-release
Pre-release

Choose a tag to compare

@desplesda desplesda released this 28 Feb 05:51

Note: there's a bug in this release! Go get v0.9.7.2 instead!

  • Source Packages Now Available: Starting with this build, source code packages are now available. If you prefer to work with the source code instead of a compiled DLL, grab the source code package attached to this release.
  • Fix a bug that caused parse errors if an if statement's endif or else was less indented than the initial if.
  • Added a command line flag to only do a parse stage, which is useful for testing.
  • Correctly set the line number for EndOfInput tokens, making certain error messages more useful.
  • Parse errors will now show the filename and node that contained the error.
  • The locations of labels in nodes are now cached.
  • Attempting to load the same node twice should now fail.
  • Better automated testing.