Crate zypo_lib

Source
Expand description

§Overview

zypo-lib is the primary backend library for the reference Zypo compiler. If you are looking for the CLI for zypo-rs, you may find it here.

Modules§

backend
Compiler backend (also known as a “code generator”).
parser
Parser module, containing the AST and type-checking hooked in.