Skip to content

Releases: ArticOff/PotatoLang

v2.1.1a

21 Sep 16:43
9376976
Compare
Choose a tag to compare
  1. Added a module, system (with functions like "system" and "python")
  2. Optimization

v2.1.0

18 Sep 17:40
558f5e1
Compare
Choose a tag to compare
  1. The function creation is finished (the args and the module)
  2. Added a new error, fileError
  3. Optimization

v2.1.0a

17 Sep 15:26
72b309d
Compare
Choose a tag to compare
  1. Added a feature to create a function
  2. Added an error, returnError.
  3. Added a new built-in variable, __MAIN__.
  4. Adding parameters in the terminal (-c, -h, -m, -v)
  5. Optimization...

v2.0.5

16 Sep 19:37
4f1ef85
Compare
Choose a tag to compare
  1. Addition of built-in variables
  2. Addition of a new error, mathError
  3. Rebuild of the error handler
  4. Overall improvement of variables