Skip to content

Commit

Permalink
remove tests in parser
Browse files Browse the repository at this point in the history
  • Loading branch information
xffxff committed Sep 19, 2023
1 parent 4c4c2aa commit 15aff7b
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 301 deletions.
1 change: 0 additions & 1 deletion components/lox-parse/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

pub mod file_parser;
mod parser;
mod tests;
mod token_test;
mod tokens;
pub use file_parser::parse_file;
Expand Down
100 changes: 0 additions & 100 deletions components/lox-parse/src/tests.rs

This file was deleted.

10 changes: 0 additions & 10 deletions components/lox-parse/test_data/binary_op.lox

This file was deleted.

80 changes: 0 additions & 80 deletions components/lox-parse/test_data/binary_op.syntax

This file was deleted.

5 changes: 0 additions & 5 deletions components/lox-parse/test_data/comparison.lox

This file was deleted.

29 changes: 0 additions & 29 deletions components/lox-parse/test_data/comparison.syntax

This file was deleted.

3 changes: 0 additions & 3 deletions components/lox-parse/test_data/equality.lox

This file was deleted.

19 changes: 0 additions & 19 deletions components/lox-parse/test_data/equality.syntax

This file was deleted.

2 changes: 0 additions & 2 deletions components/lox-parse/test_data/hello_world.lox

This file was deleted.

8 changes: 0 additions & 8 deletions components/lox-parse/test_data/hello_world.syntax

This file was deleted.

4 changes: 0 additions & 4 deletions components/lox-parse/test_data/parenthized.lox

This file was deleted.

40 changes: 0 additions & 40 deletions components/lox-parse/test_data/parenthized.syntax

This file was deleted.

0 comments on commit 15aff7b

Please sign in to comment.