Skip to content
No description, website, or topics provided.
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src
.gitignore
Cargo.lock
Cargo.toml
README.md

README.md

S

S is a small S-expression based language which nevertheless is capable of evaluating itself.

To learn its syntax study the tests.

The main interpreter is written in Rust. Here is the interpreter loop. There is also an interpreter written in s.

To run the tests, use cargo test --release. They are quite slow, because each test is executed three times with different layering of interpreters.

You can’t perform that action at this time.