Documentation
¶
Overview ¶
Command next-test picks the next todo case from the corpus — the entry point of the development loop (see CLAUDE.md):
go run ./cmd/next-test # next todo overall (suite order below) go run ./cmd/next-test -suite scan go run ./cmd/next-test -n 5 # show several
Suites are visited in milestone order: the lexer (scan, split_scanner) comes before parsing, parsing before normalize/fingerprint/deparse.
Click to show internal directories.
Click to hide internal directories.