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