diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-02-27 11:41:15 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-02-27 11:41:15 +0100 |
| commit | af3b795c94bf3e1ff3ead1d482a47035abbe9175 (patch) | |
| tree | 1613c15d5c5c58ada8bc5f5e8e420ebf0350e2c1 | |
| parent | efa996c5e7970a4b3e9a9deab1c26298aca6ea3e (diff) | |
Remove unused code
| -rw-r--r-- | oryxc/src/main.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/oryxc/src/main.rs b/oryxc/src/main.rs index 3f4be0f..60733fb 100644 --- a/oryxc/src/main.rs +++ b/oryxc/src/main.rs @@ -85,10 +85,4 @@ fn main() { } compiler::start(rest, flags); - // let tokbuf = lexer::tokenize(Some(file), s.as_str()); - // let (ast, extra_data) = parser::parse(&tokbuf); - - // if flags.debug_lexer { - // tokbuf.tokens.iter().for_each(|t| println!("{t:?}")); - // } } |