Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewilson2002 committed Jul 1, 2019
1 parent 5821446 commit c6f0337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fn main() {
continue;
}

match tokenize::<f64>(&buffer, true) {
match tokenize::<f64>(&buffer) {
Ok(tokens) => match parse(&tokens) {
Ok(ast) => {
if opt.ast {
Expand Down

0 comments on commit c6f0337

Please sign in to comment.