package.html 677 B

123456789101112131415161718192021
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>The gnu.kawa.lispexpr package</title>
  5. </head>
  6. <body>
  7. <p>Support classes for compiling and running Lisp languages.</p>
  8. <p>
  9. A number of the classes implement a Common Lisp-style <q>lisp reader</q>
  10. based on a programmable <dfn>read table</dfn>.
  11. This is a fairly flexible table-driven lexer, with initially
  12. support for Scheme and Common Lisp syntax.
  13. </p>
  14. <p>
  15. The {@link gnu.kawa.lispexpr.LispLanguage LispLanguage} class collects
  16. language-specific methods for the Lisp family of languages.</p>
  17. <p>
  18. A few other helper classes (mostly for compile-time) are also here.</p>
  19. </body>
  20. </html>