| Package | Description |
|---|---|
| net.oneandone.mork.parser |
Push down automatons for shift-reduce parsing.
|
| net.oneandone.mork.pda |
LR(k) parser construction.
|
| net.oneandone.mork.scanner |
Finite automatons.
|
| Modifier and Type | Method and Description |
|---|---|
ParserTable |
Parser.getTable() |
| Constructor and Description |
|---|
Parser(ParserTable table,
ConflictResolver[] resolvers,
ScannerFactory scannerFactory) |
| Modifier and Type | Method and Description |
|---|---|
ParserTable |
PDA.createTable(int lastSymbol,
ConflictHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
State.addActions(int id,
ParserTable result,
ConflictHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
static ScannerFactory |
ScannerFactory.create(FA fa,
int errorSi,
ParserTable parserTable,
net.oneandone.sushi.util.IntBitSet whites,
PrintWriter verbose,
PrintWriter listing) |
static List |
Modes.generate(FA fa,
ParserTable table,
net.oneandone.sushi.util.IntBitSet whites,
PrintWriter listing) |
static void |
Modes.setNone(ParserTable table) |
Copyright © 1998–2017 1&1. All rights reserved.