A parser offering end of line comments, nested multi-line comments and special comment blocks containing end-of-line and multi-line comments.
Useful utilities for defining regular expression packrat parsers.
Support for defining the form of whitespace using a parser, rather than a regular expression.
Support for defining the form of whitespace using a parser, rather than a regular expression. This version is useful particularly in cases where the form of comments requires more power than a regular expression can provide ( e.g., for nested comments ).