v0.2.8
This version introduces variable visibility.
Now, Erg's compiled files (.pyc) can be imported correctly from Python (private variables are not accessible)!
(You need to compile the Erg file by running erg --mode compile [file].er
before executing the Python file.)
A Chinese translation of the error messages was then added by a volunteer. If you want to use this, please install the Chinese version as cargo install erg --features simplified_chinese
(or cargo install erg --features traditional_chinese
).
Other Changes
- Add error message translation for Simplified Chinese and Traditional Chinese by @C-BJ in #64
- Make REPL not show the day of the week on Windows by @C-BJ in #69
- Update README by @C-BJ in #71
- Add CC-BY-4.0 LICENSE for documentation and image by @C-BJ in #68
- Update commit hash by @C-BJ in #74
- Fix README display by @C-BJ in #77
- Change the wrong placement of pull_request_template.md by @C-BJ in #78
- Delete additional PR templates by @C-BJ in #79
Full Changelog: v0.2.6...v0.2.8