Class LispReader

java.lang.Object
java.io.Reader
gnu.text.Lexer
gnu.kawa.lispexpr.LispReader
All Implemented Interfaces:
Closeable, AutoCloseable, Readable
Direct Known Subclasses:
BRLRead

public class LispReader extends Lexer
A Lexer for reading S-expressions in generic Lisp-like syntax. This class may have outlived its usefulness: It's mostly just a wrapper around an InPort plus a helper token-buffer. The functionality should be moved to ReadTable, though it is unclear what to do about the tokenBuffer.