blaise/docs
Graeme Geldenhuys fec6fa9ddd docs: update language rationale and grammar for codepoint iteration
Document the for-in string iteration dual-mode semantics: Byte loop
variable iterates raw UTF-8 bytes, Integer iterates codepoints via
_Utf8DecodeAt.  Remove "deferred to future Runes(S) iterator" notes
since CodePointAt and for-in Integer are now implemented.
2026-06-07 23:58:06 +01:00
..
benchmark.txt docs(benchmark): add QBE 1.3 measurement entry 2026-06-02 17:17:54 +01:00
bif-format.adoc docs: .bif file format reference 2026-06-03 19:40:08 +01:00
design.adoc fix(semantic): type-check indirect-call arguments; doc record-param ABI 2026-05-05 00:42:11 +01:00
extending-ast.adoc docs: extending the AST and .bif format — checklist + worked example 2026-06-03 19:40:08 +01:00
future-improvements.adoc feat(lang): require mandatory () on all zero-argument calls 2026-06-06 19:14:47 +01:00
grammar.ebnf docs: update language rationale and grammar for codepoint iteration 2026-06-07 23:58:06 +01:00
language-rationale.adoc docs: update language rationale and grammar for codepoint iteration 2026-06-07 23:58:06 +01:00
name-mangling.adoc docs: name mangling reference 2026-06-03 19:40:08 +01:00
testing-strategy.adoc docs: add testing strategy document 2026-05-16 00:38:58 +01:00