From db11ea02d777a33fedb6af4ee056e85f52fbb008 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 17 Mar 2026 19:56:03 +0100 Subject: Lots of code simplification --- oryxc/src/main.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'oryxc/src/main.rs') diff --git a/oryxc/src/main.rs b/oryxc/src/main.rs index a5cd0a8..8d38ab1 100644 --- a/oryxc/src/main.rs +++ b/oryxc/src/main.rs @@ -1,10 +1,7 @@ #![allow(unsafe_op_in_unsafe_fn)] -mod arena; mod compiler; -mod depmap; mod errors; -mod hashtrie; mod intern; mod lexer; mod parser; -- cgit v1.2.3