#re2c — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #re2c, aggregated by home.social.
-
#re2c is a fast #lexer generator.
re2c is a #publicdomain generator for #C or #Cpp programs that tokenize an input string and execute code based on the tokens found. re2c uses regexes (with optional submatches) for pattern matching, which is performed using a highly efficient goto-based state machine. re2c is very configurable and can accept many different input encodings.
Website 🔗️: https://re2c.org/
apt 📦️: re2c
#free #opensource #foss #fossmendations #programming #Cplusplus