Procs
proc parseWithState(input: string; lexer: Lexer; mode = Mode.File; parseNodeArg: ParseNode = nil): ParseNode {. ...raises: [SyntaxError], tags: [RootEffect], forbids: [].}
- like _PyPegen_run_parser_from_string or _PyPegen_run_parser(Parser *p) in Python 3.13 Source Edit