v0.8.0 - 13 June 2022
Added
- Added a new statement to the amod language: stop. (#170)
- Web UI now highlights any errors in the code editor. (#197)
Changed
- Removed developer packages (autopep8 & pylint) from general installation of pip packages. These may be installed by running these commands in the gactar directory:
$ . ./env/bin/activate (env) $ pip install -r ./scripts/requirements-dev.txt
- Reduce binary size by turning off some cli documentation tools.
- Replace Steel Bank Common Lisp compiler (sbcl) with the Clozure Common Lisp compiler (ccl). (#191)
- Grammar changes:
Fixed
- Update pyactr to 0.3.1 to fix compatibility problems with Python 3.10.
- Several amod lexing issues were fixed:
- Fixed the "Load Example" icon on Safari. (#189)
Full Changelog: v0.7.0...v0.8.0