Documentation

Start here for Jot language syntax, runtime behavior, and CLI usage.

Jot is an experimental language implemented with ANTLR4 + GraalVM Truffle.

The current documentation describes the language exactly as it exists in this repository today.

In this section

Scope of this version

  • Expression-oriented core with variables, conditionals, loops, lists, and functions.
  • Runtime type checks with rich error messages.
  • Minimal built-ins (print, push).

For full grammar-level details, see Language Reference.