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

v0.2.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@ben-marshall ben-marshall released this 31 Jul 14:12
· 29 commits to master since this release

Some new features and cleanup

  • Added some useful functions:
    • ast_expression_tostring
    • ast_primary_tostring
    • ast_number_tostring
  • Fixed some bugs which became apparent while implementing these.
    • Added relevant test files too.
  • Fixed all compiler warnings (gcc -Wall)
    • Only remaining ones come from inside the flex generated code. Nothing to be done about that.