Skip to content

A rust implementation of the lox language (but more cursed)

License

Notifications You must be signed in to change notification settings

lasernoises/cursed-lox

 
 

Repository files navigation

Cursed Lox

It's like Lox but...

  • all the identifers start with a dollar sign
  • there's no class inheritance

Why?

Because I think it's funny.

Test suite

Tests are copied from https://github.com/munificent/craftinginterpreters/tree/master/test.

Instruments

Run codesign -s - -v -f --entitlements debug.plist target/release/lox to codesign the release binary. This will allow instruments to work properly.

About

A rust implementation of the lox language (but more cursed)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%