Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nrc/s
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nrc/s
- Owner: nrc
- Created: 2015-10-05T21:31:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-05T21:31:24.000Z (about 9 years ago)
- Last Synced: 2024-10-28T20:47:04.393Z (about 2 months ago)
- Language: Rust
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# S
A very simple interpreter for a very simple, vaguely Lisp-like language. Written in Rust.
## Usage
`s [action]`
Where action is one of `run`, `parse`, `lex`, or `print` (not very pretty pretty printing).
Reads input from stdin.