Package | Description |
---|---|
io.opsit.explang | |
io.opsit.explang.parser.lisp | |
io.opsit.explang.parser.sexp |
Modifier and Type | Field and Description |
---|---|
protected IParser |
Compiler.parser |
protected IParser |
REPL.parser |
protected IParser |
Funcs.FDesc.parser |
Modifier and Type | Method and Description |
---|---|
IParser |
Compiler.getParser()
Get configured parser.
|
IParser |
REPL.getParser() |
IParser |
IREPL.getParser() |
Modifier and Type | Method and Description |
---|---|
protected IREPL |
Main.mkREPL(IParser parser) |
void |
Compiler.setParser(IParser parser)
Configure parser.
|
void |
REPL.setParser(IParser parser) |
void |
IREPL.setParser(IParser parser) |
Constructor and Description |
---|
FDesc(Object obj,
String name,
IParser parser,
Compiler compiler)
Construct FSesc from ICompiled object.
|
ParserWrapper(IParser parser) |
Modifier and Type | Class and Description |
---|---|
class |
LispParser |
Modifier and Type | Class and Description |
---|---|
class |
SexpParser |
Copyright © 2022. All rights reserved.