gh-113317: Add ParseArgsCodeGen class#117707
Conversation
|
This PR is based on PR gh-117626. |
781133c to
b17f552
Compare
|
PR rebased on top of merged #117626. |
|
The previous PR used the |
|
This is nice! Should we consider adding this as a separate module? Or would |
CLanguage uses ParseArgsCodeGen which uses CLanguage... There is an inter-dependency. It's more convenient to have both classes in the same file. |
|
Yes, there are inter-dependencies everywhere :( |
I updated this PR to rename Codegen to CodeGen. |
I broke the inter-dependency between CLanguage and ParseArgsCodeGen, and I moved declare_parser() and ParseArgsCodeGen to a new |
Nice, so now we can make the parser templates globals of the |
Done. |
Uh oh!
There was an error while loading. Please reload this page.