|
|
|
|
|
by nly
3284 days ago
|
|
Isn't it true that once you have backtracking in your regex engine that there's no longer a guarantee that there's only a single parse tree? I've found the hardest part of using e.g. a recursive descent parser is having to correct captured state while backtracking. |
|