|
|
|
|
|
by e12e
1847 days ago
|
|
Not, sure - but I just came across this in the Nim standard library: http://nim-lang.github.io/Nim/pegs.html > Simple PEG (Parsing expression grammar) matching. Uses no memorization, but uses superoperators and symbol inlining to improve performance. Note: Matching performance is hopefully competitive with optimized regular expression engines. |
|