Skip to content

0.5.0 (2019-11-06) - Hacktoberfest Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@jasonwilliams jasonwilliams released this 06 Nov 16:33

Feature enhancements:

Bug fixes:

  • BUG #113:
    Unassigned variables have default of undefined (@pop)
  • BUG #61:
    Clippy warnings/errors fixed (@Korpen)
  • BUG #147:
    Updated object global
  • BUG #154:
    Correctly handle all whitespaces within the lexer
  • Tidy up Globals being added to Global Object. Thanks @DomParfitt