Documentation
¶
Overview ¶
genstdlibregistry generates internal/semantic/stdlib_registry_gen.go by scanning all stdlib/*.kuki source files and extracting exported function return counts. Run via "make genstdlibregistry" or "go run ./cmd/genstdlibregistry".
This implements the "Automatic Inference" improvement described in COMPILER-FIX.md: instead of maintaining a hand-written registry in semantic.go, the registry is derived directly from the .kuki source files so it stays in sync automatically.
Click to show internal directories.
Click to hide internal directories.