==========
Known Bugs
==========

None currently known.


====
TODO
====

* support testing .l files
* support lisp interpreter tests in doctests?
* add http://www.biostat.wisc.edu/~annis/creations/PyLisp/tests.txt to tests
* split up monolithic lisp.py file into separate files
* replace fragile interpreter that originally came with PyLisp with one based
  on the Python interpreter
  - graceful quit
  - command history
  - auto-completion
* add support for getting expressions by index (and thus slicing as well)
* add support for getting sub-expressions
