https://github.com/samouri/tslox
https://github.com/samouri/tslox
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samouri/tslox
- Owner: samouri
- Created: 2021-08-11T19:27:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-21T22:09:28.000Z (over 4 years ago)
- Last Synced: 2025-03-21T06:45:14.539Z (about 1 year ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tslox
An implementation of [lox](https://craftinginterpreters.com/the-lox-language.html) in ts.