Add docs/lithosananke/DICTIONARY.md: full core word dictionary reference
No document like this existed. Covers every core C-primitive FORTH word (~470 registrations, 435 unique names after collapsing double-registered ones) across all 36 src/word_source/*.c files plus src/starkernel/capsule/mama_forth_words.c, organized into 34 category sections matching the module order in register_forth79_words(). Each entry has word name, stack effect, and a one-sentence description pulled from the doc comment above its implementation (or inferred where none existed). Explicitly scoped to core primitives, not the ~330 FORTH-defined words inside .4th capsules -- those track individual experiments/policies rather than the language itself and would need their own document with a different update cadence. Resolved, not just noted, the two real name collisions in the live dictionary: [ ] STATE (dictionary_manipulation_words.c vs. defining_words.c) and MOD /MOD */ */MOD (arithmetic_words.c vs. mixed_arithmetic_words.c) -- checked actual registration order in word_registry.c against the newest-first FIND search to determine which implementation is actually reachable by name, rather than guessing. Includes a "keeping this current" section documenting how to extend it when words are added/removed/re-registered. Also includes BLOCK_MAP.md/artemis.img/amd64.csv regenerated by builds during this session, and a qemu boot log/DoE run that weren't from any command in this session -- kept per repo convention, logs are audit artifacts, not deleted. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 5
parent
aba0b01a08
commit
f75228dda5
@@ -1,5 +1,5 @@
|
||||
# Capsule Block Manifest — Auto-generated
|
||||
<!-- Generated by mkcapsule --manifest 2026-08-12T22:31:40Z -->
|
||||
<!-- Generated by mkcapsule --manifest 2026-08-12T22:53:49Z -->
|
||||
<!-- DO NOT EDIT — re-run mkcapsule --manifest to refresh. -->
|
||||
<!-- Hand-written justifications and immutability notes live -->
|
||||
<!-- in MANIFEST.md alongside this auto-generated index. -->
|
||||
|
||||
Reference in New Issue
Block a user