Skip to content

Releases: elcosas/Python-Lox

v1.3.0

23 Apr 04:15
00f3f51

Choose a tag to compare

Python-Lox v1.3.0

Full Changelog: v1.0.1...v1.3.0

  • Added support for Block Statements
  • Added support for If/Else Statements
  • Added support for While Loops

v1.0.2

22 Feb 17:06

Choose a tag to compare

Fix syntax error in variables causing errors with 'add_token'

v1.0.1

23 Jan 17:23

Choose a tag to compare

v1.0.1

Added support for boolean expressions

v1.0.0

20 Jan 06:09

Choose a tag to compare

Python-Lox v1.0.0

Initial release