Skip to content

richiemccoll/eslox

Repository files navigation

ESLox

This is the ECMAScript implementation of the lox language from the Crafting Interpreters book.

This is a toy language that I've been using to go through the motions of creating an interpreter. It is not intended for use in any other context.

Scripts

  • npm run dev - run the ESLox REPL
  • npm run debug - run the REPL but open the inspector debugging port
  • npm run test - run the suite of unit tests

Language features

  • Check out the public API spec here.

About

JavaScript implementation of lox language from the Crafting Interpreters book

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published