Rewriting pycparser with the help of an LLM
The author describes rewriting their widely-used pycparser project, a pure-Python C language parser, with the help of an LLM. The project previously used PLY for parsing but has been updated through this rewrite process.