Click here to Skip to main content
15,916,378 members
Articles / General Programming / Regular Expressions

Visual FA: A DFA Regular Expression Engine w/ Lexing

9 Jan 2024MIT22 min read 842   5   2  
Parse, compile, generate code, and graph your regular expressions and lexers with Visual FA
Visual FA is a project that provides a much faster alternative to Microsoft's regular expression engine when you don't need backtracking and anchors. It is also capable of lexing. This engine exposes its inner workings such that you can tinker with your expressions and the state machines they generate, and then graph, search, transform, alter, match, or lex with the result. You can also compile or generate code from expressions.
We're sorry, but the article you are trying to view was deleted at 10 Jan 2024.

Please go to the Regular Expressions Table of Contents to view the list of available articles in this section.