blaise/docs
Graeme Geldenhuys 8f692cb0f8 feat(math): add ArcSin, ArcCos, Sinh, Cosh, Tanh builtins with Single dispatch
Registers five new trig intrinsics in the symbol table, semantic analyser,
and codegen. Single arguments emit the *f libc variants (asinf, acosf,
sinhf, coshf, tanhf); Double arguments emit the unprefixed variants.
Removes the now-implemented section from docs/future-improvements.adoc.
2026-05-17 01:56:35 +01:00
..
benchmark.txt docs(benchmark): post-cutover measurements and libc baseline bench 2026-05-16 18:36:55 +01:00
design.adoc fix(semantic): type-check indirect-call arguments; doc record-param ABI 2026-05-05 00:42:11 +01:00
future-improvements.adoc feat(math): add ArcSin, ArcCos, Sinh, Cosh, Tanh builtins with Single dispatch 2026-05-17 01:56:35 +01:00
grammar.ebnf docs(grammar): add INT_LIT/FLOAT_LIT token rules with all bases and underscores 2026-05-17 01:11:39 +01:00
language-rationale.adoc feat(compiler): record methods + DateUtils RTL (five-type date/time model) 2026-05-15 19:46:46 +01:00
testing-strategy.adoc docs: add testing strategy document 2026-05-16 00:38:58 +01:00