⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test.l

📁 A very small LISP implementation with several packages and demo programs.
💻 L
字号:
# 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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -