From 0925bd156ae2e34ad259d40aaf870eb5f7cfcfb9 Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Tue, 18 Mar 2025 12:06:17 +1300 Subject: Update assembler dependency torque-asm now uses the Compiler type provided by the assembler library. --- src/stages/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/stages/mod.rs') diff --git a/src/stages/mod.rs b/src/stages/mod.rs index e735f05..571fd65 100644 --- a/src/stages/mod.rs +++ b/src/stages/mod.rs @@ -1,3 +1,4 @@ +mod compiler; mod syntactic; mod syntactic_tokens; mod semantic; @@ -7,6 +8,7 @@ mod intermediate_tokens; mod bytecode; mod bytecode_tokens; +pub use compiler::*; pub use syntactic::*; pub use syntactic_tokens::*; pub use semantic::*; -- cgit v1.2.3-70-g09d2