PackCC is a packrat parser generator for C, which can handle PEGs (Parsing Expression Grammars) very efficiently, and can support direct and indirect left-recursive grammar rules.
Features
- Generates your parser in C from a grammar described in a PEG.
- Gives your parser great efficiency by packrat parsing.
- Supports direct and indirect left-recursive grammar rules.
License
MIT LicenseFollow PackCC
You Might Also Like
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
-
THANK YOU SO MUCH ! I LOVE PACKCC, THANKS AGAIN! PSS: i tried flex and bison, flex was easy to learn, but bison... then i found PackCC that is much easier and simpler :D and i am happy, best parser ever!. Congrats!.