Tag Archives: compilation

F#: Compiling a Regular Expression Syntax

Following on from my previous posts, I now show how to build a regular expression compiler.  Later this week I will post the conclusion of this mini-series with a processor that uses this compiled representation.  The previous posts are:

Continue reading