Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 423 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 423 Bytes

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.