Skip to content

Releases: SmartPolarBear/clox

Clox v0.1.4 with experimental bytecode virtual machine

10 Nov 15:16
6c803c1
Compare
Choose a tag to compare

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

24 Aug 14:44
Compare
Choose a tag to compare
Pre-release

Features

  • Type system and type checking.
  • Extend in features of classes.

clox v0.1.2 with refined REPL experience

17 Jul 14:00
Compare
Choose a tag to compare

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

10 Jul 13:42
Compare
Choose a tag to compare

Features

  1. Support OOP features like class and inheritance.

First preview version of clox interpreter

02 Jul 14:52
Compare
Choose a tag to compare

Features

  • Support basic language features except OOP features.
  • Basic error handling.
  • Basic REPL experience.