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

Commit

Permalink
doc: Update CHANGELOG
Browse files Browse the repository at this point in the history
Closes #49
  • Loading branch information
Gashmob committed Aug 29, 2023
1 parent 936a576 commit 7841898
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@

## v0.2.1

*2023-08-29*

- 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
- Override `BaseErrorListener` of Antlr to use my `ErrorsRegister`
- 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

## v0.2.0

Expand Down

0 comments on commit 7841898

Please sign in to comment.