Re-exports

pub use command_line::compiler::construct_pre_compiled_lib;
pub use command_line::compiler::generate_interface_files;
pub use command_line::compiler::output_compiled_units;
pub use command_line::compiler::Compiler;
pub use command_line::compiler::FullyCompiledProgram;
pub use command_line::compiler::SteppedCompiler;
pub use command_line::compiler::PASS_CFGIR;
pub use command_line::compiler::PASS_COMPILATION;
pub use command_line::compiler::PASS_EXPANSION;
pub use command_line::compiler::PASS_HLIR;
pub use command_line::compiler::PASS_NAMING;
pub use command_line::compiler::PASS_PARSER;
pub use command_line::compiler::PASS_TYPING;
pub use command_line::MOVE_COMPILED_INTERFACES_DIR;
pub use parser::comments::CommentMap;
pub use parser::comments::FileCommentMap;
pub use parser::comments::MatchedFileCommentMap;
pub use shared::Flags;

Modules

Macros