From 73cc7b764478cadb42ac9e3cb2cc86cc054548a3 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 10 Mar 2026 17:35:40 +0100 Subject: Implement an arena-backed hash trie --- oryxc/src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'oryxc/src/main.rs') diff --git a/oryxc/src/main.rs b/oryxc/src/main.rs index 636b8ed..62bc743 100644 --- a/oryxc/src/main.rs +++ b/oryxc/src/main.rs @@ -3,6 +3,7 @@ mod arena; mod compiler; mod errors; +mod hashtrie; mod intern; mod lexer; mod parser; -- cgit v1.2.3