test.l

来自「A very small LISP implementation with se」· L 代码 · 共 25 行

L
25
字号
# 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 + =
减小字号Ctrl + -
显示快捷键?