Releases: SmartPolarBear/clox
Releases · SmartPolarBear/clox
Clox v0.1.4 with experimental bytecode virtual machine
Features
- Experimental bytecode virtual machine implementation with some limitations
- Various fix for the resolver especially for type checking
clox v0.1.3 with type system
Features
- Type system and type checking.
- Extend in features of classes.
clox v0.1.2 with refined REPL experience
Features
-
Refined the REPL experience. Now expression statement are printed immediately after evaluating in REPL mode.
-
Code with tests to improve stability.
clox interpreter v0.1.1 with full features for OOP programming
Features
- Support OOP features like class and inheritance.
First preview version of clox interpreter
Features
- Support basic language features except OOP features.
- Basic error handling.
- Basic REPL experience.