diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-05 00:39:34 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-05 00:39:34 +0100 |
| commit | e951acb92458fbada81dfc7456bc341bbeadb19f (patch) | |
| tree | d5012ecc14b1603e204f54603305752773c4f7ec /oryxc | |
| parent | 041df318e6b49b350502348dcfc95176077e9f8f (diff) | |
Comment out intern for now
Diffstat (limited to 'oryxc')
| -rw-r--r-- | oryxc/src/main.rs | 2 |
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; |