gnu.q2.lang
public class Q2 extends Scheme
| Constructor Summary | |
|---|---|
| Q2() | |
| Method Summary | |
|---|---|
| ReadTable | createReadTable() |
| Lexer | getLexer(InPort inp, SourceMessages messages) |
| Consumer | getOutputConsumer(Writer out) |
| Procedure | getPrompter() |
| static Q2 | getQ2Instance() |
| Expression | makeApply(Expression func, Expression[] args) |
| Expression | makeBody(Expression[] exps) |
| static void | registerEnvironment() The compiler insert calls to this method for applications and applets. |