Project archive
Specification and repo.
Everything official — the code, examples, tests, language guides, and Liminate-based Agent Skills — lives in the GitHub repos.
The repositories are the current source of truth for the interpreter, examples, tests, language guides, and Liminate-based Agent Skills.
Interpreter repository
github.com/rmichaelthomas/liminate
Status: v0.2.0. Current source has 35 reserved words, 139 locked test sentences, and 835 pytest cases.
Status: v0.2.0. The current pipeline supports sequential execution, reactive listener mode, pack verbs with five execution types, release binaries, and liminate build with embedded inspection manifests.
liminate-session-contracts
prompt compiler
context pager
handoff packet
Suggested reading path
- Read the
READMEfor the current build. - Use
docs/language/for the quickstart and syntax tour. - Use
docs/architecture/for the pipeline walkthrough. - Use
examples/for runnable programs. - Use
CLAUDE.mdfor module-level orientation. - Use
RELEASING.mdandbuild/for standalone binary packaging. - Use
tests/to see exactly what behavior is frozen in place.Usetests/to understand locked behavior.