Skip to content
Snippets Groups Projects
Commit a8997c52 authored by AdminXVII's avatar AdminXVII
Browse files

Merge branch 'statement-refactor' of gitlab.redox-os.org:AdminXVII/ion into statement-refactor

parents b9866761 1cb21506
No related branches found
No related tags found
No related merge requests found
......@@ -374,7 +374,6 @@ impl FlowLogic for Shell {
// Go through all of the statements and build up the block stack
// When block is done return statement for execution.
for statement in StatementSplitter::new(&stmt).map(parse_and_validate) {
println!("A: {:?}", statement);
match insert_statement(&mut self.flow_control, statement) {
Err(why) => {
eprintln!("{}", why);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment