Skip to main content

Crate mangle_engine

Crate mangle_engine 

Source
Expand description

§Mangle Engine (Legacy)

This crate provides an AST-based interpreter for Mangle. It is considered legacy and serves as a reference implementation for the semantics of the language (specifically, the naive bottom-up evaluation).

For the new, performance-oriented IR-based execution, see mangle-interpreter (Edge) and mangle-vm (Server).

Structs§

Naive

Traits§

Engine