[go: nahoru, domu]

Skip to content
/ lox-rust Public

A Rust implementation of the Crafting Interpreters bytecode VM

Notifications You must be signed in to change notification settings

nt591/lox-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repository follows the book Crafting Interpreters (craftinginterpreters.com) from Bob Nystrom.

It is a Rust implementation of the Clox bytecode virtual machine. I'm doing this during a Recurse Center (recurse.com) half batch.

I plan on getting it done throughout 6 weeks in order to learn Rust, apply what I'm learning from Engineering a Compiler (Cooper and Torczon), and other resources.

Misc

test.txt is my dumping group for a file to run via command line, it will hopefully reflect up to date work

About

A Rust implementation of the Crafting Interpreters bytecode VM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages