|
Mercury library
1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
|
Creates a derivation tree from the list of input tokens More...
Public Member Functions | |
| ParserResult | Parse (IList< Token > tokens) |
| Creates a trees (in Mercury.Syntax.ParserResult) from the tokens More... | |
| ParserResult | Parse (IList< Token > tokens, IList< Rule > scanresult) |
| Creates a trees (in Mercury.Syntax.ParserResult) from the tokens with the support of Mercury.Syntax.IScanner generated rules. More... | |
Properties | |
| Grammar | Grammar [get] |
| The Grammar used to build the tree. More... | |
| ParserResult Mercury.Syntax.IParser.Parse | ( | IList< Token > | tokens | ) |
Creates a trees (in Mercury.Syntax.ParserResult) from the tokens
| tokens | The tokens. |
Implemented in Mercury.Syntax.ChartParser.
| ParserResult Mercury.Syntax.IParser.Parse | ( | IList< Token > | tokens, |
| IList< Rule > | scanresult | ||
| ) |
Creates a trees (in Mercury.Syntax.ParserResult) from the tokens with the support of Mercury.Syntax.IScanner generated rules.
| tokens | The tokens. |
| scanresult | The rules from scanner |
Implemented in Mercury.Syntax.ChartParser.
|
get |
1.8.7