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
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 '\')