A very small LISP implementation with several packages and demo programs.

源代码在线查看: test.l

软件大小: 380 K
上传用户: sujiwei
关键词: implementation packages programs several
下载地址: 免注册下载 普通下载 VIP

相关代码

				# 29oct07abu				# (c) Software Lab. Alexander Burger								### Unit Tests ###				# /path/to/p dbg.l lib/test.l								(test T (pool (tmp "db")))								(load				   "test/src/main.l"				   "test/src/apply.l"				   "test/src/flow.l"				   "test/src/sym.l"				   "test/src/subr.l"				   "test/src/big.l"				   "test/src/io.l"				   "test/src/net.l" )								(load "test/lib.l")				(load "test/lib/misc.l")								(load "test/lib/lint.l")								# vi:et:ts=3:sw=3							

相关资源