|
Mercury library
1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
|
Represents the result returned by the parser. More...
Properties | |
| bool | Accepted [get, set] |
| Indicates whether parser recognized the input. More... | |
| IReadOnlyList< Token > | InputTokens [get, set] |
| Parser input. More... | |
| IReadOnlyList< Edge > | Chart [get, set] |
| Content of chart after parsing. More... | |
| IReadOnlyList< Tree< Symbol > > | Trees [get, set] |
| Derivation trees. More... | |
Represents the result returned by the parser.
Definition at line 14 of file ParserResult.cs.
|
getset |
Indicates whether parser recognized the input.
Definition at line 19 of file ParserResult.cs.
|
getset |
Content of chart after parsing.
Definition at line 25 of file ParserResult.cs.
|
getset |
Parser input.
Definition at line 22 of file ParserResult.cs.
|
getset |
Derivation trees.
Definition at line 28 of file ParserResult.cs.
1.8.7