Trait paxforth::ForthCompiler[][src]

pub trait ForthCompiler {
    fn preludes() -> Vec<(PathBuf, String)>;
fn compile(program: &PaxProgram) -> String; fn parse(code: &str, arg_file: Option<&Path>) -> PaxProgram { ... } }

Required methods

Provided methods

Implementors