Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

version 0.6.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 02:12
· 192 commits to main since this release
d781d22

What's Changed

Features

  • primitives included: 'str', 'float', 'int', 'ceil', 'floor', 'mod', 'pow', 'round', 'abs'.
  • better error handling for primitives in general.
  • users can now type the names of logicals ('and', 'or', 'not', 'xor') as well as using symbols ('&', '|', '!', '^').
  • added '**' as shorthand for exponentiation.
  • included multi-line comments (accessible with '\' rather than the single-line '\')

Who helped

@SK1Y101 and @mergify[bot]