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

""설정 "setq"코드 크기를 줄이기 위해 결합했다. 단일 매개 변수를 "defun"통화 및 탭 문자 이상의 구문을 분석하는 고정했다. 명령을 "쓰레기", "enum"인을 ""선택으로서 추가됐다 "안녕, 세계"샘플을 수집합니다.
Tags: Minor feature enhancements
"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.

2001-10-11 03:36
0.5

35 개 이상의 사용자를 포함 LISP를 이용한 함수 구현 정의 함수는 'defun'. LISP를 이용한 파서 표현식을 읽고 좀 더 유연한 콜백 메커니즘을 사용하도록 업데이 트되었습니다. 소스 문서도 업데이 트되었습니다.
Tags: Major feature enhancements
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.

2001-10-09 14:17
0.02

통역 지금은 상품의 목록을 주위에, 그냥이 아닌 정수를 전달합니다. 이상 30 LISP를 이용한 함수를 이제 지원됩니다.
Tags: Major feature enhancements
Interpreter now passes around lists of items, rather than just integers. More than thirty LISP functions are now supported.

Project Resources