type
Parser
Parse input text into a tree of nodes.
The parser is thread-safe meaning the same parser can be shared by multiple actors.
constructors
| make | Get a parser with all the default configuration | 
|---|
methods
| builder | Obtain a builder for configuring the parser | 
|---|---|
| parse | Convenience for  | 
| parseFile | Convenience to parse a file into a  | 
| parseStream | Parse the contents of the input stream into a tree of nodes. | 
Slot Details
builder
static ParserBuilder builder()
Obtain a builder for configuring the parser
make
static new make()
Get a parser with all the default configuration