v0.9.0 π
github-actions
released this
14 Jan 08:43
·
87 commits
to refs/heads/main
since this release
Changes
Multiple parsing and pre processing improvements
π Features
- feat(preprocess): Function hoisting @EdenComp (#94)
- Parsing: Returning without returning @Croos3r (#95)
- Compilation: generalization of the unary operators + and - to all expression @Croos3r (#93)
- Now taking argument as variables (making them mutable) @EdenComp (#92)
- input function to read stdin @EdenComp (#91)
- We can now return void/nothing instead of an expression @Croos3r (#90)
- Preprocessing (1): Imports @EdenComp (#74)
- Parsing: syntactic sugar for scopes with only one statement @Croos3r (#88)
- Parsing: Implementation of float values @Croos3r (#85)
- Parsing: handling of comments @Croos3r (#83)
- Removed print of the main scope return value @EdenComp (#81)
- Scopes index for environment @EdenComp (#79)