Open
Milestone
future
For most parsers parse_<x> we shall define (metaprogram) a parser token_<x> which shall be implemented as
def token_x(name\\nil, skip_newlines \\ false), do:
ignore_ws(parser_x, name || parser_x.name, skip_newlines)
Loading
Loading
Loading
Loading