Make some optional fields positional if possible #27
Labels
component:ast/cst
Anything related to representing grammars as AST/CST nodes
💎 enhancement
New feature or request
For example, we have for
PyRetStmt
:We would like to generate:
Might a rule of thumb be that if the field is optional irrespective of which coercions were applied that it is positional?
The text was updated successfully, but these errors were encountered: