summaryrefslogtreecommitdiff
path: root/oryxc
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2026-03-05 00:39:34 +0100
committerThomas Voss <mail@thomasvoss.com> 2026-03-05 00:39:34 +0100
commite951acb92458fbada81dfc7456bc341bbeadb19f (patch)
treed5012ecc14b1603e204f54603305752773c4f7ec /oryxc
parent041df318e6b49b350502348dcfc95176077e9f8f (diff)
Comment out intern for now
Diffstat (limited to 'oryxc')
-rw-r--r--oryxc/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/oryxc/src/main.rs b/oryxc/src/main.rs
index 109aed3..9b44828 100644
--- a/oryxc/src/main.rs
+++ b/oryxc/src/main.rs
@@ -2,7 +2,7 @@
mod compiler;
mod errors;
-mod intern;
+// mod intern;
mod lexer;
mod parser;
mod prelude;