Module yksom::compiler[][src]

A SOM compiler. This is currently fairly simplistic, particularly in terms of code generation (though it does at least use lrpar, so one gets decent error messages). The interchange format between the compiler and the VM currently uses a Rust enum and is probably fairly inefficient.

Modules

instrs

Functions

compile

Compile a class. Should only be called by the VM.