From 4f723801d751d520263ce0f14b2cf409f60ac77e Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 5 Mar 2026 21:46:09 +0100 Subject: Continue work on types and static analysis --- oryxc/src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'oryxc/src/main.rs') diff --git a/oryxc/src/main.rs b/oryxc/src/main.rs index c118ac5..109aed3 100644 --- a/oryxc/src/main.rs +++ b/oryxc/src/main.rs @@ -2,12 +2,11 @@ mod compiler; mod errors; -// mod intern; +mod intern; mod lexer; mod parser; mod prelude; mod size; -mod symtab; mod unicode; use std::ffi::OsString; -- cgit v1.2.3