Download List

專案描述

Lithp is an expandable LISP interpreter with a very small footprint. It is designed to let programmers add LISP programs and simple configuration files to projects with very little binary space. File parsing, tree building, and more than 35 LISP functions are implemented.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-12-23 09:42
0.6

"set" and "setq" were combined to reduce code size. Single parameter "defun" calls and parsing over tab characters were fixed. The commands "garbage-collect", "enum" and "select" were added, as was a "Hello, World" sample.
標籤: Minor feature enhancements

2001-10-11 03:36
0.5

More than 35 LISP functions implemented including user-definable functions with 'defun'. The parser has been updated to use a more flexible callback mechanism to read in LISP expressions. The source documentation has also been updated.
標籤: Major feature enhancements

2001-10-09 14:17
0.02

Interpreter now passes around lists of items, rather than just integers. More than thirty LISP functions are now supported.
標籤: Major feature enhancements

Project Resources