blaise/docs
Graeme Geldenhuys d69fcacaca feat(rtl): WriteLn prints True/False for Boolean values
Add _SysWriteBool to the runtime platform layer so WriteLn(Boolean)
prints 'True' or 'False' instead of '1' or '0', matching Delphi/FPC
behaviour. Both QBE and native x86_64 backends emit the new call for
tyBoolean arguments. Updated ~65 assertions across 13 test files.
2026-06-05 18:08:40 +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 perf(arc): elide const-param retain/release, retain transient args 2026-06-05 08:08:19 +01:00
grammar.ebnf feat(params): preserve calling-convention directives on routine declarations 2026-06-04 00:56:24 +01:00
language-rationale.adoc feat(rtl): WriteLn prints True/False for Boolean values 2026-06-05 18:08:40 +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