| Package | Description |
|---|---|
| gnu.kawa.brl | |
| gnu.kawa.lispexpr |
Support classes for compiling and running Lisp languages.
|
| gnu.q2.lang |
Support for the experimental Q2 language.
|
| kawa.standard |
Primitive Scheme syntax and functions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BRLRead
A class to read Scheme forms (S-expressions).
|
| Modifier and Type | Method and Description |
|---|---|
LispReader |
BRL.getLexer(InPort inp,
SourceMessages messages) |
| Modifier and Type | Method and Description |
|---|---|
LispReader |
LispLanguage.getLexer(InPort inp,
SourceMessages messages) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ReaderXmlElement.namedEntity(LispReader reader,
java.lang.String name) |
static java.lang.Object |
ReaderQuote.read(LispReader reader,
java.lang.Object magicSymbol,
char next,
java.lang.Object magicSymbol2) |
static java.lang.Object |
LispReader.readCharacter(LispReader reader) |
static Pair |
ReaderXmlElement.readContent(LispReader reader,
char delimiter,
Pair resultTail)
Parse ElementContent (delimiter == '<') or AttributeContent (otherwise).
|
static java.lang.Object |
ReaderXmlElement.readElementConstructor(LispReader reader,
int ch)
Parse ElementConstructor.
|
static java.lang.Object |
ReaderParens.readList(LispReader lexer,
java.lang.Object last,
int ch,
int count,
int close,
int sharingIndex) |
static java.lang.Object |
ReaderDispatchSyntaxQuote.readNamedConstructor(LispReader reader) |
static java.lang.Object |
LispReader.readNumberWithRadix(int previous,
LispReader reader,
int radix)
Read a number from a LispReader
|
static java.lang.Object |
ReaderXmlElement.readQNameExpression(LispReader reader,
int ch,
boolean forElement)
Read either a QName literal or an enclosed QName-producing form.
|
static SimpleVector |
LispReader.readSimpleVector(LispReader reader,
char kind) |
static java.lang.Object |
LispReader.readSpecial(LispReader reader) |
static FVector |
ReaderVector.readVector(LispReader lexer,
LineBufferedReader port,
int count,
char close,
int sharingIndex) |
| Modifier and Type | Class and Description |
|---|---|
class |
Q2Read
A class to read Scheme forms (S-expressions).
|
| Modifier and Type | Method and Description |
|---|---|
LispReader |
Q2.getLexer(InPort inp,
SourceMessages messages) |
| Modifier and Type | Method and Description |
|---|---|
LispReader |
Scheme.getLexer(InPort inp,
SourceMessages messages) |
| Modifier and Type | Method and Description |
|---|---|
static void |
define_autoload.findAutoloadComments(LispReader in,
java.lang.String filename,
ScopeExp defs,
Translator tr) |