Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 381 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 381 Bytes

rlox – Lox VM written in Rust

Crafting Interpreters is the great source to learn a thing or two about interepreters. Clear language and structure make this process easier then ever. This repo is my take on the second chapter dedicated to Virtual Machine development. To make it a bit more exciting, I use Rust with no prior knowledge.