https://github.com/danigb/lox
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danigb/lox
- Owner: danigb
- Created: 2021-07-31T10:21:23.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-02T10:27:29.000Z (almost 5 years ago)
- Last Synced: 2024-12-27T11:34:55.403Z (over 1 year ago)
- Language: TypeScript
- Size: 19.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lox
> Lox lang implemented in Typescript and deno.
Studying the awesome [craftinginterpreters](https://craftinginterpreters.com/) book.
## Usage
To open REPL:
```
npm run start
```
To run a file:
```
npm run start ./examples/arithmetic.lox
```