Package | Description |
---|---|
io.opsit.explang | |
io.opsit.explang.parser.lisp |
Modifier and Type | Class and Description |
---|---|
class |
ParserEOFException |
class |
ParserExceptions |
Modifier and Type | Field and Description |
---|---|
protected ArrayList<ParserException> |
ParserExceptions.errList |
Modifier and Type | Method and Description |
---|---|
List<ParserException> |
ParserExceptions.getExceptions() |
Modifier and Type | Method and Description |
---|---|
ASTNList |
ParserWrapper.parse(File file) |
ASTNList |
ParserWrapper.parse(File file,
String inputName)
Parse input file with given name as name of input.
|
ASTNList |
ParserWrapper.parse(String txt) |
ASTNList |
ParserWrapper.parse(String txt,
String inputName) |
Constructor and Description |
---|
ParserExceptions(ParseCtx pctx,
List<ParserException> errList)
Make summary exception given list of parser exceptions.
|
Modifier and Type | Method and Description |
---|---|
void |
ReadTable.checkInvalid(char c)
Ensure that character is not invalid.
|
IDispatchMacroFunc |
ReadTable.getDispatchMacroCharacter(char dispChar,
char subChar)
return dispatch function for a dispatch characters pair.
|
static char |
Characters.nameToChar(String name)
Get character by name of code point.
|
Copyright © 2022. All rights reserved.