7 lines
539 B
Markdown
7 lines
539 B
Markdown
1. This is a project for ww programming language
|
|
2. ww is a programming language aiming for Hare + CSP, no GC
|
|
3. cmd/ is the C bootstrap toolchain (wcc frontend lib, w6c/w6a/w6l per-arch, ww driver); selfhost/ is the ww reimplementation
|
|
4. All C code must strictly align with plan 9 coding style
|
|
5. lib/ is the standard library; follow Hare APIs (signatures, layout, error idioms) — consult ref/hare/ before designing new modules
|
|
6. ref/hare and ref/plan9front are read-only references — consult before inventing data shapes or syntax
|