kawa |
|
Java Source File Name | Type | Comment |
GuiConsole.java | Class | A Frame containing a Kawa read-eval-print loop. |
GuiInPort.java | Class | A TtyInPort that reads from a MessageArea. |
MessageArea.java | Class | Simple TextArea that always scrolls to the bottom. |
repl.java | Class | Start a "Read-Eval-Print-Loop" for the Kawa Scheme evaluator. |
Shell.java | Class | Utility functions (static methods) for kawa.repl.
Should probably be merged with kawa.repl. |
Telnet.java | Class | Encapsulates the state of a telnet connection.
When run as an application, is a a minimal telnet client. |
TelnetInputStream.java | Class | An input stream that handles the telnet protocol. |
TelnetOutputStream.java | Class | An input stream tha handles the telnet protocol. |
TelnetRepl.java | Class | |
TextAreaWriter.java | Class | A Writer that appends its output to a TextArea.
Based on code from Albert L. |
Version.java | Class | |