tree-regex
tree-regex copied to clipboard
A linear regular expression engine that produces parse trees (ASTs).
tree-io
A fast regular expression engine that produces parse trees (ASTs). It does so in linear time in the size of the text matched and scales in O(m*log(m)) in the size of the pattern.
Algorithm
The algorithm is described in