Sounio Stdlib Dev
Overview
Make focused, idiomatic changes to the Sounio standard library and keep the repo’s stdlib reference accurate.
Workflow
1) Find the right module and baseline
- •Start from
STDLIB_REFERENCE.mdto understand intended module status and scope. - •Mirror patterns from the module’s existing files before introducing new idioms.
2) Keep Sounio syntax consistent
- •Prefer canonical syntax rules from
CLAUDE.mdanddocs/LLM_PROGRAMMING_GUIDE.md. - •If the compiler does not support a feature yet, avoid using it in stdlib unless it is explicitly “parser-only”.
3) Add tests where possible
- •Add a small regression in
tests/run-pass/or module-local tests if the project uses them. - •Keep doc examples either compilable or clearly marked aspirational.
References
- •Stdlib map:
references/stdlib-navigation.md