summaryrefslogtreecommitdiff
path: root/oryxc
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2026-02-27 11:41:15 +0100
committerThomas Voss <mail@thomasvoss.com> 2026-02-27 11:41:15 +0100
commitaf3b795c94bf3e1ff3ead1d482a47035abbe9175 (patch)
tree1613c15d5c5c58ada8bc5f5e8e420ebf0350e2c1 /oryxc
parentefa996c5e7970a4b3e9a9deab1c26298aca6ea3e (diff)
Remove unused code
Diffstat (limited to 'oryxc')
-rw-r--r--oryxc/src/main.rs6
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:?}"));
- // }
}