Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nrc/s


https://github.com/nrc/s

Last synced: 11 days ago
JSON representation

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.