summaryrefslogtreecommitdiff
path: root/rust/src/high_level_il.rs
diff options
context:
space:
mode:
authorrbran <git@rubens.io>2025-04-10 12:58:27 +0000
committerMason Reed <35282038+emesare@users.noreply.github.com>2025-05-12 17:45:24 -0400
commit4d8feb4921cde4b70bb6db4ccd525a69205dee7f (patch)
treeedbd6845590fef0b2813ee30c16607e1ae8d8e32 /rust/src/high_level_il.rs
parent067148afd1a8f9153bb5bfe6b5361b83e9f89ab6 (diff)
[Rust] Implement `LanguageRepresentation` and `LineFormatter`
Diffstat (limited to 'rust/src/high_level_il.rs')
-rw-r--r--rust/src/high_level_il.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/src/high_level_il.rs b/rust/src/high_level_il.rs
index adb44a7e..8d02720d 100644
--- a/rust/src/high_level_il.rs
+++ b/rust/src/high_level_il.rs
@@ -4,6 +4,7 @@ mod function;
mod instruction;
mod lift;
pub mod operation;
+pub mod token_emitter;
pub use self::block::*;
pub use self::function::*;