Skip to content

Commit 823d96b

Browse files
authored
feat(rules): add pattern-to-command matching engine (#37)
1 parent 5c04095 commit 823d96b

File tree

2 files changed

+761
-0
lines changed

2 files changed

+761
-0
lines changed

src/rules/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ pub mod command_parser;
22
mod error;
33
pub mod expr_evaluator;
44
pub mod pattern_lexer;
5+
pub mod pattern_matcher;
56
pub mod pattern_parser;
67

78
pub use error::*;

0 commit comments

Comments
 (0)