Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
jubitaneja committed Jan 30, 2020
1 parent 700b777 commit 58b2c22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
test/*
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ fn main () {
let mut global_nodes_count: usize = 0;
let mut lhs_count = 1;
for s in splitter {
println!("******* Test Case *******\n{}\n", s);
// lexing
//lexer::start_lexer(&s);

Expand Down

0 comments on commit 58b2c22

Please sign in to comment.