diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-05 00:42:21 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-05 00:42:21 +0100 |
| commit | 723fb5031a1f59f8df5d0a0dbf5dc0a54420e15f (patch) | |
| tree | c535b1f7652fe4174e0d27baccf4769602d0515a /oryxc/src/main.rs | |
| parent | e951acb92458fbada81dfc7456bc341bbeadb19f (diff) | |
Work on the symbol table
Diffstat (limited to 'oryxc/src/main.rs')
| -rw-r--r-- | oryxc/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oryxc/src/main.rs b/oryxc/src/main.rs index 9b44828..c118ac5 100644 --- a/oryxc/src/main.rs +++ b/oryxc/src/main.rs @@ -7,6 +7,7 @@ mod lexer; mod parser; mod prelude; mod size; +mod symtab; mod unicode; use std::ffi::OsString; |