Skip to content

Releases: gooslol/english

English v0.3.9 beta release

04 Sep 21:05
b04a4c2
Compare
Choose a tag to compare

This is the first release of English, a minimal, expressive language powered by Python.
Although this release is labeled as beta, it is relatively stable from my testing.

Changes include:

  • Full integration with simple_eval (assuming it can't be parsed efficiency by English)
    • Integrates will all current variables as well
  • Basic IO for games or other applications (supports input() and keypress reading)
  • Basic error handling that points to the correct line and file
  • Type casting via the appropriate str(), int(), float(), or bool() methods
  • Support for variable "inheritance", ie:
dmmd is new object
dmmd's name is "DmmD Gaming"
  • Support for creating objects and arrays natively using new

Please note debugging artifacts are still present in this release.
It is additionally advised to run this release with Python 3.11 if possible, as PyPy 3.9 is slower.

Full Changelog (fairly large): https://github.com/gooslol/english/commits/v0.3.9-beta