Skip to content

Comments

Docs os page#51

Merged
cs01 merged 3 commits intomainfrom
docs-os-page
Feb 24, 2026
Merged

Docs os page#51
cs01 merged 3 commits intomainfrom
docs-os-page

Conversation

@cs01
Copy link
Owner

@cs01 cs01 commented Feb 23, 2026

Summary

  • Add missing docs/stdlib/os.md page — the sidebar already linked to /stdlib/os but the file didn't exist, resulting in a 404
  • Documents all os module APIs: compile-time properties (platform, arch, EOL) and runtime methods (hostname, homedir, tmpdir, cpus, totalmem, freemem, uptime)
  • Includes native implementation mapping table matching the style of other stdlib doc pages

Test plan

  • Verified all 25 sidebar stdlib links now have corresponding markdown files
  • Page content matches the actual codegen in src/codegen/expressions/access/os-access.ts and src/codegen/expressions/method-calls/os.ts

@cs01 cs01 merged commit 2c1759f into main Feb 24, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant