| Interface | Description |
|---|---|
| ParserConfigurationBuilderType |
The type of mutable builders for parser configurations.
|
| ParserType |
The type of parsers.
|
| Class | Description |
|---|---|
| Parser |
The default implementation of the
ParserType type. |
| ParserConfiguration |
Immutable parser configurations.
|
| ParserDemoMain |
Simple parser demo that parses and then serializes.
|
| Exception | Description |
|---|---|
| ParserException |
The type of exceptions raised by the parser.
|
| ParserGrammarException |
An exception type indicating that the input did not conform to the
s-expression grammar.
|
| ParserLexicalException |
The type of parser errors caused by
LexerException throws. |
Copyright © 2015 <code@io7m.com> http://io7m.com