Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Latest commit

 

History

History
6 lines (4 loc) · 420 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 420 Bytes

A Rust implementation of craftinginterpreters' Lox language

picture

Currently a work in progress: as an attempt to learn Rust and more about compilers I'm writing a Rust implementaiton of the Lox language, as found at http://craftinginterpreters.com.

As this is a personal project to learn more about Rust, no PRs are accepted at this time.