diff options
Diffstat (limited to 'oryxc/src')
| -rw-r--r-- | oryxc/src/main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oryxc/src/main.rs b/oryxc/src/main.rs index e3523bd..a5cd0a8 100644 --- a/oryxc/src/main.rs +++ b/oryxc/src/main.rs @@ -2,6 +2,7 @@ mod arena; mod compiler; +mod depmap; mod errors; mod hashtrie; mod intern; @@ -10,6 +11,7 @@ mod parser; mod prelude; mod size; mod unicode; +mod unistr; use std::ffi::OsString; use std::thread; |