Add a representation of a parsed test case file.
The new exported function `parse_test()` will produce it eventually.
This commit is contained in:
@@ -5,9 +5,11 @@
|
||||
|
||||
extern crate cretonne;
|
||||
|
||||
pub use parser::{Result, parse_functions};
|
||||
pub use parser::{Result, parse_functions, parse_test};
|
||||
pub use testcommand::{TestCommand, TestOption};
|
||||
pub use testfile::TestFile;
|
||||
|
||||
mod lexer;
|
||||
mod parser;
|
||||
mod testcommand;
|
||||
mod testfile;
|
||||
|
||||
Reference in New Issue
Block a user