package errors
- Alphabetic
- Public
- Protected
Type Members
- class ErrorConfig extends AnyRef
TODO:
TODO:
- Since
4.1.0
Value Members
- object ErrorConfig
This package provides a wealth of functionality for performing common lexing tasks.
This package provides a wealth of functionality for performing common lexing tasks.
It is organised as follows:
Lexer
, which provides implementations for the combinators
found in the sub-packages given a LexicalDesc
.descriptions
sub-package is how a lexical structure can be described, providing the configuration
that alters the behaviour of the parsers produced by the Lexer
.Lexer
exposes, which can be used to
pass whitespace-aware and non-whitespace-aware combinators around in a uniform way.predicate
module contains functionality to help define boolean predicates on characters or unicode
codepoints.
This package contains the descriptions of various lexical structures to be fed to Lexer
.
This package contains the descriptions of various lexical structures to be fed to Lexer
.
4.0.0
This package contains the abstract parsers for parsing identifiers and operators.
This package contains the abstract parsers for parsing identifiers and operators.
4.0.0
This package contains the abstract parsers for parsing numeric literals, like integers and reals.
This package contains the abstract parsers for parsing numeric literals, like integers and reals.
4.0.0
This package contains the abstract parsers for parsing symbolic tokens like keywords.
This package contains the abstract parsers for parsing symbolic tokens like keywords.
4.0.0
This package contains the abstract parsers for parsing string and character literals.
This package contains the abstract parsers for parsing string and character literals.
4.0.0
TODO:
TODO:
4.1.0