mirror of
https://github.com/samsonjs/sectorlisp.git
synced 2026-03-25 09:05:48 +00:00
| .. | ||
| .gitignore | ||
| eval10.lisp | ||
| eval15.lisp | ||
| Makefile | ||
| qemu.sh | ||
| README.md | ||
| tcat.c | ||
| test1.lisp | ||
sectorlisp test scripts
For best results, please resize your terminal to 80x25.
You can launch a test with the following command:
make test1
This is tested on Linux. The qemu.sh script requires qemu,cc,wc & nc.
files
- test1.lisp contains basic tests
- eval10.lisp evaluator from eval.c as of commit 1058c95
- eval15.lisp evaluator from eval.c as of commit 3b26982 (latest)