Package

util

parsing

Permalink

package parsing

Visibility
  1. Public
  2. All

Type Members

  1. trait NestedCommentParser extends RegexPackratWhitespaceParser

    Permalink

    A parser offering end of line comments, nested multi-line comments and special comment blocks containing end-of-line and multi-line comments.

  2. trait RegexPackratParser extends RegexParsers with PackratParsers

    Permalink

    Useful utilities for defining regular expression packrat parsers.

  3. trait RegexPackratWhitespaceParser extends RegexPackratParser

    Permalink

    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 ).

Ungrouped