- Sequence pattern matcher at O(n) speed, never backtrace, that's what an 'arrow' mean.
- Performing the match with deterministic-push-down-automata.
- Configurable disambiguity policies, thus, support 'ealiest-match' or 'longest-match' or both at the same time, or any arbitrary disambiguity tweaks you want.
- It's general purposed sequence pattern matcher, thus it doesn't assume what is really matched upon, it works on the abstract concept of 'sequence'.
-
Notifications
You must be signed in to change notification settings - Fork 0
General purposed sequence pattern matcher at O(n) speed, match with deterministic-push-down-automata.
License
pfmiles/arrow-match
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
General purposed sequence pattern matcher at O(n) speed, match with deterministic-push-down-automata.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published