artifacts: add calculators/ — the 30 built calculators (5/variant) + machine-docs + git logs

This commit is contained in:
2026-06-16 15:39:42 +00:00
parent 64bc360fc0
commit bb85aa9f11
728 changed files with 34148 additions and 0 deletions
@@ -0,0 +1,8 @@
# git history (claim/review handshake), from the run's shared bare repo
5ae4f50 status: record eval phase STATUS and JOURNAL with all DoD gates PASS
f083f90 feat: implement evaluator, CLI, and evaluator tests (eval phase)
cc1dfad status: record parse phase STATUS and JOURNAL with all DoD gates PASS
14d6662 feat: implement recursive-descent parser with AST and ParseError
a0eec13 status: record lex phase STATUS and JOURNAL with all DoD gates PASS
7ac5cda feat: implement lexer with tokenize() for arithmetic expressions
ab8a1b9 seed