Releases: elcharitas/rustic-lang
Releases · elcharitas/rustic-lang
v0.1.1
v0.1.0
What's Changed
- feat: implement power of by @elcharitas in #7
- feat: Add
pi
variable by @elcharitas in #8
Full Changelog: v0.0.3...v0.1.0
v0.0.3 - Float parsing and Docs
What's Changed
- fix: allow floats in number parsing by @elcharitas in #6
Full Changelog: v0.0.2...v0.0.3
v0.0.2 - Parenthesis Fix
What's Changed
- chore: add tests for all supported features by @elcharitas in #4
- fix: expression grouping bug by @elcharitas in #5
Full Changelog: v0.0.1...v0.0.2
v0.0.1 - First Release
What's Changed
- fix: remove required end of statement token by @elcharitas in #1
- feat: add support for factorials by @elcharitas in #2
- chore: add missing parser test cases by @elcharitas in #3
New Contributors
- @elcharitas made their first contribution in #1
Full Changelog: https://github.com/elcharitas/rustic-lang/commits/v0.0.1