|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||
Parser that reports reports an error about name expected, if this
fails with no partial match.
Parser that delegates to the parser object referenced by this
during parsing time.
Parser that greedily runs tokenizer, and translates line feed characters
('\n') to indent and outdent tokens.
Parser that greedily runs this repeatedly,
and ignores the pattern recognized by delim before and after each occurrence.
Pattern object that matches a line comment started by begin
and ended by EOF or LF (the line feed character).
'\n' character
if the current input starts with the string literal begin.
Parser that sequentially runs parsers one by one and collects the return
values in a List.
Location instance.
Parser that runs both p1 and p2 and selects the longer match.
Pattern that tries both p1 and p2, and picks the one with the
longer match length.
Parser that runs every element of parsers and selects the longest match.
Parser that runs every element of parsers and selects the longest match.
Pattern that tries all of patterns, and picks the one with the
longest match length.
|
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||