Hand-Written C11 Parser with AST and API
The request is for a comprehensive C11 parser with syntactic parsing, an AST, and traversal API. Other specifics include lexing, parsing from scratch, and a detailed main program for testing.
Searched for handwritten C parser C11 example