Click here to Skip to main content
15,890,741 members
Articles / Internet of Things

rxcg: A Simple Text Matcher C Code Generator for IoT

Rate me:
Please Sign up or sign in to vote.
5.00/5 (9 votes)
15 Nov 2023MIT8 min read 13.8K   161   13  
Generate tight C code to match text based on regular expressions
Create a file with regular expressions in it, feed it to this tool, and presto! - you have instant, dependency free C code you can use to match said expression from any input stream.

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