forked from Orchid/orchid
Mainly worked on the rule matcher
Also fixed the name collector, and lambda parameters are no longer resolved at parsing to support planned macro-based pattern matching. The rule matcher clones a lot, the number of clones could be zero.
This commit is contained in:
4
src/rule/executor/mod.rs
Normal file
4
src/rule/executor/mod.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
mod slice_matcher;
|
||||
mod state;
|
||||
|
||||
use state::State;
|
||||
Reference in New Issue
Block a user