Previous: AST Up: Содержание Next: Transformations

Компилятор

This topic has missing or partial documentation. Please help us improve it.

See How-To - Write Documentation

TODO: document the compiler.

The bytecode compiler walks the AST produced by the parser and emits bytecode for each node. The source for the compiler is in lib/compiler.

Previous: AST Up: Содержание Next: Transformations