Incremental Regular Expressions

Eugene Kirpichov (via Hacker News): In this article we further develop Piponi’s approach, which employs a number of beautiful algorithmic techniques from the world of functional programming, to build a Java library for incremental regular expression matching. This is also an interesting investigation into how the functional approach blends together with an imperative language. […] … Continue reading Incremental Regular Expressions