Crate erg_compiler
source · [−]Expand description
defines the compiler for Erg (ergc).
Re-exports
pub extern crate erg_parser;Modules
Defines
Context.implements SideEffectChecker
SideEffectCheckerを実装
関数や不変型に副作用がないかチェックする
implements
ASTLowerer.Structs
Generates a
CodeObj from an AST.
The input AST is not typed, so it’s typed by ASTLowerer according to the cfg.opt_level.