Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 428 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 428 Bytes

rustLox

A bytecode VM implementation of Lox using Rust.

Progress-

Todo: ☐ ☑ ☒

☑ Scanner

☑ Compiling Expressions

☑ Value Types

☑ Strings

☑ Hash Tables

☐ Global Variables

☐ Local Variables

☐ Jumping

☐ Calls and Functions

☐ Closures

☐ Garbage Collection

☐ Classes and Instances

☐ Methods and Initializers

☐ Superclasses

☐ Optimization