pmdartus / tlox

Interpreter for the 'Lox' language written in Typescript

Home Page:https://pmdartus.github.io/tlox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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

About

Interpreter for the 'Lox' language written in Typescript

https://pmdartus.github.io/tlox/


Languages

Language:TypeScript 91.0%Language:JavaScript 6.5%Language:CSS 1.5%Language:HTML 1.1%