diff options
Diffstat (limited to 'oryxc/src')
| -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; |