Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

v0.2.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Gashmob Gashmob released this 29 Aug 09:05
· 223 commits to master since this release
7bc6f3c

Code quality update

  • Add --debug option to compile with debug information
  • Add -o,--out option to specify executable name
  • Change base grammar to be more functional : remove return and functionCall + transform () to be an operator
  • Specify type is mandatory, so no more type inference
  • Add a script to easily change the version
  • Rewrite all tests
  • Refactor entire code to make a lib used by the executable
  • Use googletest for tests