An open API service indexing awesome lists of open source software.

https://github.com/danigb/lox


https://github.com/danigb/lox

Last synced: 7 months ago
JSON representation

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
```