From e8ed85e12de00f2fd304676d3b10968ce34ed764 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 5 Mar 2026 22:47:05 +0100 Subject: Implement an arena allocator --- 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 109aed3..636b8ed 100644 --- a/oryxc/src/main.rs +++ b/oryxc/src/main.rs @@ -1,5 +1,6 @@ #![allow(unsafe_op_in_unsafe_fn)] +mod arena; mod compiler; mod errors; mod intern; -- cgit v1.2.3