diff options
Diffstat (limited to 'oryxc/src/main.rs')
| -rw-r--r-- | oryxc/src/main.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/oryxc/src/main.rs b/oryxc/src/main.rs index a5cd0a8..8d38ab1 100644 --- a/oryxc/src/main.rs +++ b/oryxc/src/main.rs @@ -1,10 +1,7 @@ #![allow(unsafe_op_in_unsafe_fn)] -mod arena; mod compiler; -mod depmap; mod errors; -mod hashtrie; mod intern; mod lexer; mod parser; |