Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@guilhermenevesxyz guilhermenevesxyz released this 21 Aug 09:17
· 8 commits to main since this release

POBRELANG v1.1.0: MODULAR UPDATE

Finally, after so many bug fixes and headaches, the new MODULAR UPDATE is ready! This new minor version keeps the compatibility with ALL the now legacy codebases and brings some hot new features and bug fixes! It is intended to replace the previous versions, as their support has come to an end with the release of this one.

Changelog:

  • Added a callstack: stamps can now be returned from, by using the new goback keyword! It works for nested stamps as well, as it uses the new PobreLang callstack!
  • Implemented modules functionality: PobreLang developers can now divide their code into modules! These work by using the new callstack feature and became an excellent way of sharing reusable chunks of code with other developers or even yourself!
  • Fixed reserved Python name 'parser.py': the previous name ('parser') could eventually cause problems with the Python interpreter, so it was changed to avoid any conflicts.
  • Fixed 'jonasbugas': one of the worst bugs in PobreLang was finally fixed! This should allow programs suffering from this bug to run with this new updated version of the interpreter!

Thanks @GiverPlay007 for your contributions to the Modular Update!