Files
rose-ash/lib/forth/ans-tests/README.md
giles a47b3e5420
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled
forth: vendor Gerry Jackson's forth2012-test-suite (Hayes Core + Ext)
2026-04-24 18:25:39 +00:00

15 lines
661 B
Markdown

ANS Forth conformance tests — vendored from
https://github.com/gerryjackson/forth2012-test-suite (master, commit-locked
on first fetch: 2026-04-24).
Files in this directory are pristine copies of upstream — do not edit them.
They are consumed by the conformance runner in `lib/forth/conformance.sh`.
- `tester.fr` — John Hayes' test harness (`T{ ... -> ... }T`). (C) 1995
Johns Hopkins APL, distributable under its notice.
- `core.fr` — Core word set tests (Hayes, ~1000 lines).
- `coreexttest.fth` — Core Extension tests (Gerry Jackson).
Only `core.fr` is expected to run green end-to-end for Phase 3; the others
stay parked until later phases.