v0.9.7
Pre-release
Pre-release
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
ifstatement'sendiforelsewas less indented than the initialif. - Added a command line flag to only do a parse stage, which is useful for testing.
- Correctly set the line number for
EndOfInputtokens, 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.