1
0
Fork 0
The language specification.
Find a file
Sky Johnson 443739f875 Document top-level variable access from functions
Functions can now read and write top-level variables (scalars and
arrays) directly. All top-level variables are stored in BSS and
are zero-initialized.
2026-03-19 19:00:58 -05:00
compiler Add repeat keyword and syntax to language spec and lexer-parser spec 2026-03-13 17:02:11 -05:00
extras Address 9 spec gaps identified from Graydon Hoare's Rust retrospective 2026-02-26 23:36:16 -06:00
ir Add concurrent communication primitives: channels, select, cancellation, sync 2026-02-28 13:31:43 -06:00
language Document top-level variable access from functions 2026-03-19 19:00:58 -05:00
mechanisms Add concurrent communication primitives: channels, select, cancellation, sync 2026-02-28 13:31:43 -06:00