Skip navigation links

Package gnu.kawa.lispexpr

Support classes for compiling and running Lisp languages.

See: Description

Package gnu.kawa.lispexpr Description

Support classes for compiling and running Lisp languages.

A number of the classes implement a Common Lisp-style lisp reader based on a programmable read table. This is a fairly flexible table-driven lexer, with initially support for Scheme and Common Lisp syntax.

The LispLanguage class collects language-specific methods for the Lisp family of languages.

A few other helper classes (mostly for compile-time) are also here.

Skip navigation links