Converting to library and commenting code
refactoring and removing useless functions
This commit is contained in:
7
src/lib.rs
Normal file
7
src/lib.rs
Normal file
@ -0,0 +1,7 @@
|
||||
pub mod rsprocess;
|
||||
pub mod examples;
|
||||
|
||||
lalrpop_util::lalrpop_mod!(
|
||||
#[allow(clippy::uninlined_format_args)] pub grammar, // name of module
|
||||
"/rsprocess/grammar.rs" // location of parser
|
||||
);
|
||||
Reference in New Issue
Block a user