diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-05 22:47:25 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-05 22:47:25 +0100 |
| commit | fb70d3236be96001ca714f856c5faa88efe23c9f (patch) | |
| tree | 0e449dccdc9a23bcdaf50c8746e5309aa18fd731 /oryxc/src/main.rs | |
| parent | d6a9dc8331d4633f4abf1d569fc5967aa07f0f32 (diff) | |
| parent | e8ed85e12de00f2fd304676d3b10968ce34ed764 (diff) | |
Merge branch 'arena'
Diffstat (limited to 'oryxc/src/main.rs')
| -rw-r--r-- | oryxc/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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; |