Skip to content

Releases: ParaCodeLang/ParaCode

Version 2.0.1

19 Oct 18:28
Compare
Choose a tag to compare

Fixed

  • Fixed what happens when using || and && if you had an expression after the operators. If you ran "A" == "A" || "A" == "B", it would interpret it as ("A" == "A" || "A") == "B", so it would return false instead of true.
  • Fixed multiline comments not working correctly when used in certain places
  • Fixed multiline comments breaking the repl

Version 2.0.0

09 Oct 16:48
Compare
Choose a tag to compare

Added

  • Standard library written largely in ParaCode itself
  • Repl
  • PCPM (ParaCode Package Manager)
  • Documentation
  • More, higher quality, examples
  • Update script
  • try/catch statements and exceptions
  • New types and aliases
  • Basic interfacing with python code from ParaCode

Changed

  • Completely rewrote the language as an OOP language
  • Separated everything into multiple files
  • Improved import statement drastically

Removed

  • shell.py file
  • Unnecessary files

Security

  • PCPM package uploading doesn't require a login