Show HN: Matcheroni, a tiny C++20 header library for building lexers/parsers Howdy HN, as part of my ongoing programming language experiments I've ended up creating my own C++20 lexing and parsing library of sorts. Matcheroni is an alternative to parser generators and regular expressions that uses trees of C++ templates to implement highly customizable lexers and parsers that have minimal impact on build times or binary sizes, while still remaining comparable in performance to Boost regular expressions. The repo includes two example projects - a simple regex parser in ~300 heavily documented lines of code, and a much larger but not quite finished C99 lexer and parser. All feedback appreciated! https://ift.tt/u0Shw13 July 7, 2023 at 03:32AM
Show HN: Matcheroni a tiny C20 header library for building lexers/parsers https://ift.tt/AvusPhE
Related Articles
Show HN: Chalk.ist – Create beautiful images of your source code https://ift.tt/dezQVp8Show HN: Chalk.ist – Create beautiful images of your source code https… Read More
Show HN: Transform any website or eBook into a research paper (no LLM required) https://ift.tt/Oj1wEvRShow HN: Transform any website or eBook into a research paper (no LLM … Read More
Show HN: Ethical AI – Alternate Reality Game on LLMs https://ift.tt/Wo6fDYQShow HN: Ethical AI – Alternate Reality Game on LLMs https://ethical-a… Read More
Show HN: Monitoring my life with Grafana, Prometheus and InfluxDB https://ift.tt/1Kkm78pShow HN: Monitoring my life with Grafana, Prometheus and InfluxDB I lo… Read More
Show HN: ConfigNexus – A way to store configuration data centerally https://ift.tt/6jtVUyEShow HN: ConfigNexus – A way to store configuration data centerally ht… Read More
Show HN: Simple passwordless authentication for your website https://ift.tt/eAYZhOBShow HN: Simple passwordless authentication for your website Solo foun… Read More
Show HN: Fully client-side GPT2 prediction visualizer https://ift.tt/nsCe9UmShow HN: Fully client-side GPT2 prediction visualizer https://ift.tt/L… Read More
Show HN: Subsidian – Visualize a Substack archive in Obsidian graph view https://ift.tt/fZybUtIShow HN: Subsidian – Visualize a Substack archive in Obsidian graph vi… Read More
0 Comments: