| Package | Description |
|---|---|
| foundation.rpg.grammar | |
| foundation.rpg.lr1 |
| Modifier and Type | Method and Description |
|---|---|
Grammar |
Grammar.augmented() |
static Grammar |
Grammar.grammar(Symbol start,
Set<Rule> rules,
Set<Symbol> ignored) |
| Constructor and Description |
|---|
First(Grammar grammar) |
| Modifier and Type | Method and Description |
|---|---|
Grammar |
LrParserAutomata.getGrammar() |
| Modifier and Type | Method and Description |
|---|---|
static LrParserAutomata |
LrParserConstructor.generateParser(Grammar grammar) |
| Constructor and Description |
|---|
LrParserAutomata(LrItemSet start,
Grammar grammar) |
LrParserConstructor(Grammar grammar) |
Copyright © 2020. All rights reserved.