Releases: RoelAdriaans/yaplox
Release 0.0.10: Chapter 13 Finished
Finished chapter 12 for craftinginterpreters.
Chapter class inheritance is finished, and the whole Lox language has been implemented!
Release 0.0.9: Chapter 12 Finished
Finished chapter 12 for craftinginterpreters.
Chapter Classes is finished, we now have simple classes!
Next up is inheritance
Release 0.0.8: Chapter 11 Finished
Finished chapter 11 for craftinginterpreters.
Chapter Resolving and Binding is finished, local and global scopes behave again like they should do
Release 0.0.7: Chapter 10 Finished
Finished chapter 10 for craftinginterpreters.
Functions and return statements are added
Release 0.0.6: Chapter 9 Finished
Finished chapter 9 for craftinginterpreters.
if statements and for and while loops are implemented
Release 0.0.5: Chapter 8 Finished
Finished chapter 8 for craftinginterpreters.
Created statements and variables!
Release 0.0.4: Chapter 7 Finished
Finished chapter 7 for craftinginterpreters.
Created the first setup of the interpreter and make it run in the repl.
Release 0.0.3: Chapter 6 Finished
Finished chapter 6 for craftinginterpreters.
Created the first setup of the parser
Release 0.0.2: Chapter 5 Finished
Finished chapter 5 for craftinginterpreters.
Created a tool to generate code and a simple ast printer to test this code.
Release 0.0.1: Chapter 4 Finished
Finished chapter 4 for craftinginterpreters. Completed the scanner and simple repl