Codegen helpers.

This commit is contained in:
losfair
2020-04-27 23:07:52 +08:00
parent aa7e5030e0
commit 39fe47d600
2 changed files with 506 additions and 9740 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -14,11 +14,12 @@
mod compiler;
mod config;
//mod codegen_x64;
mod codegen_x64;
mod common_decl;
mod emitter_x64;
mod machine;
mod x64_decl;
mod exception;
pub use crate::compiler::SinglepassCompiler;
pub use crate::config::SinglepassConfig;