This function makes recursive parsers possible.
|
|
|
|
../Parsing.m2:65:29-65:75: --source code:
futureParser = parserSymbol -> new Parser from (c -> (value parserSymbol) c)
The object futureParser is a function closure.