Module mica::ll

source ·
Expand description

The low-level (ll) implementation of the Mica programming language.

You usually want to use the high-level API instead. This API is much more unstable and may not be documented as well as the high-level API.

Modules

The representation of Mica’s abstract syntax tree.
The bytecode representation of Mica.
Bytecode generation.
Common things, mostly error handling-related.
Garbage collection.
The lexer.
The parser.
Dynamically typed values.
The virtual machine.