Project archive
Specification and repo.
Everything official — the code, examples, tests, and spec — lives in the public GitHub repo.
The public repository is the current source of truth for the interpreter, examples, tests, and specification documents.
Repository
github.com/rmichaelthomas/inscript
Status: v4a is the current release. It can run sentences in order, watch and react to events, and accept domain add-ons.
Status: v4a shipped — sequential execution, reactive listener mode, and the general-purpose pack verb contract.
Suggested spec path
- Read the README for the current build.
- Use
docs/for specification addenda and design notes. - Use
examples/for runnable programs. - Use
tests/to see exactly what behavior is frozen in place.Usetests/to understand locked behavior.