Skip to content
This repository was archived by the owner on Aug 22, 2019. It is now read-only.

v0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ben-marshall ben-marshall released this 13 Jul 16:39
· 92 commits to master since this release

This contains a bunch of bug fixes for problems found after using the parser and syntax tree "in anger" for the first time. It also make some big changes to the build system.

  • The build system is now all CMake, with documentation, coverage and testing all integrated.
  • Fixed bug where identifier names were not correctly copied out of the lexer and into the AST
  • Fixed bug where module port names were not returned as the correct data type.
  • Fixed a dumb buffer overflow which caused travis to error our, rather than cause a fail message.