Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jakelazaroff/tslox


https://github.com/jakelazaroff/tslox

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# tslox

To install dependencies:

```bash
bun install
```

To run:

```bash
bun src/index.ts
```

To test:

```bash
bun run test -- chap08_statements
```

(Replace `chap08_statements` with a chapter from `test/test.dart`).