Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakelazaroff/tslox
https://github.com/jakelazaroff/tslox
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakelazaroff/tslox
- Owner: jakelazaroff
- Created: 2023-08-30T16:23:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-12T18:56:19.000Z (over 1 year ago)
- Last Synced: 2024-03-15T00:58:41.603Z (10 months ago)
- Language: TypeScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`).