Skip to content

An implementation of the Lox Virtual Machine, written in Rust

License

Notifications You must be signed in to change notification settings

ndouglas/blackpool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackpool

Blackpool is an experimental programming language, VM, and domain-specific library.

This work is based on Lox, from Robert Nystrom's amazing Crafting Interpreters, and specifically his bytecode-based CLox, but I'm customizing it heavily based on my personal preferences and intended use case.

It should be noted, though, that I'm less interested in matching the reference implementation of Lox than I am in incorporating a full-featured and flexible scripting language. I have slightly different syntax in mind than Bob has for Lox, and I'm going to add some domain-specific extensions, etc. So TL;DR: if something's weird or ugly or broken, it's me and not Bob. All hail Bob. All... hail... Bob.

About

An implementation of the Lox Virtual Machine, written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages