Click here to Skip to main content
15,919,358 members
Articles / General Programming / Regular Expressions

FastFA: A Unicode Enabled Regex Engine for Code Generators

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
25 Dec 2021MIT11 min read 4.9K   59   6  
Explore, run, and manipulate DFA regular expressions from graphs, to state machines with this library
This library is used in a couple of my source code generators. It is a non-backtracking regular expression engine geared for code generation. It can produce matchers that are much faster and more open than .NET's.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
United States United States
Just a shiny lil monster. Casts spells in C++. Mostly harmless.

Comments and Discussions