summaryrefslogtreecommitdiff
path: root/oryxc
diff options
context:
space:
mode:
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:?}"));
- // }
}