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

View File

@ -0,0 +1,21 @@
# BACKLOG-lex
## Build backlog
- [x] Create calc/ package with __init__.py
- [x] Implement calc/lexer.py (Token, LexError, tokenize)
- [x] Implement calc/test_lexer.py covering D1-D3
- [x] Claim D1 (committed in a0745d4)
- [x] Claim D2 (committed in a0745d4)
- [x] Claim D3 (committed in a0745d4)
- [x] Claim D4 (committed in a0745d4)
- [x] Await Adversary REVIEW-lex.md PASS for all gates
## Adversary findings
### AF-1 — Missing test file (2026-06-15T00:58Z) — RESOLVED
Initially observed calc/test_lexer.py missing from Builder's untracked files.
Builder subsequently committed and pushed the file. **Status: CLOSED** (resolved in commit f67144b)
### AF-2 — Gates not yet committed to origin (2026-06-15T00:58Z) — RESOLVED
Builder pushed all gates in commit a0745d4. **Status: CLOSED**