tlox icon indicating copy to clipboard operation
tlox copied to clipboard

Interpreter for the 'Lox' language written in Typescript


Greenkeeper badge

CircleCI

Interpreter for the Lox language written in Typescript. Try tlox on the online playground.

Get started

yarn install
yarn build
yarn start      # Run tlox interpreter
yarn test       # Run test suite

Playground

yarn build:playground
yarn start:playground

License

MIT