https://github.com/lostella/loscheme
https://github.com/lostella/loscheme
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lostella/loscheme
- Owner: lostella
- Created: 2023-11-12T11:19:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-20T12:04:32.000Z (11 months ago)
- Last Synced: 2025-07-20T13:21:38.934Z (11 months ago)
- Language: Rust
- Size: 425 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# loscheme
Run in REPL mode:
```bash
cargo run --release
```
Execute a script:
```bash
cargo run --release path/to/script.scm
```
Or [run in the browser](https://lostella.github.io/loscheme/).