https://github.com/jeroenptrs/tslox
jlox implementation in Typescript
https://github.com/jeroenptrs/tslox
ast compiler interpreter language lox parser typescript
Last synced: 8 months ago
JSON representation
jlox implementation in Typescript
- Host: GitHub
- URL: https://github.com/jeroenptrs/tslox
- Owner: jeroenptrs
- License: mit
- Created: 2019-05-24T13:18:24.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T21:30:29.000Z (almost 3 years ago)
- Last Synced: 2025-04-07T16:41:36.741Z (about 1 year ago)
- Topics: ast, compiler, interpreter, language, lox, parser, typescript
- Language: TypeScript
- Homepage: https://craftinginterpreters.com
- Size: 9.97 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

#
tslox
Typescript implementation of JLox, the language from Crafting Interpreters.