Skip to content

v0.9.0 🌈

Compare
Choose a tag to compare
@github-actions 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)

🧰 Maintenance

  • fix: compilation and unit tests launch @EdenComp (#87)
  • build(deps): bump tj-actions/changed-files from 39 to 41 in /.github/workflows @dependabot (#96)
  • refacto parsing unit test @pablo0675 (#82)
  • Update changelog for "v0.8.0" @github-actions (#80)