Click here to Skip to main content
15,898,035 members
Articles / General Programming / Regular Expressions

Visual FA Part 4: Generating Matchers and Lexers with the Visual FA C# Source Generator

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
4 Feb 2024MIT4 min read 6.4K   35   2  
Easily add lexers to your project with this simple drop in NuGet package and a few annotations
Using the new C#9+ Source Generation features and this NuGet package you can add fast lexers and regex matchers to your project.

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