Package | Description |
---|---|
org.stekikun.dolmen.syntax |
Modifier and Type | Field and Description |
---|---|
List<Lexer.Entry> |
Lexer.entryPoints
The list of entrypoints
|
Modifier and Type | Method and Description |
---|---|
Lexer.Entry |
Lexer.Entry.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Lexer.Builder |
Lexer.Builder.addEntries(Lexer.Entry... entries) |
Lexer.Builder |
Lexer.Builder.addEntry(Lexer.Entry entry) |
Modifier and Type | Method and Description |
---|---|
static Lexer |
Lexer.of(List<Option> options,
List<Located<String>> imports,
Extent header,
Map<Located<String>,Regular> regulars,
Iterable<Lexer.Entry> entryPoints,
Extent footer) |