449 B
449 B
BACKLOG-parse — Adversary
Adversary findings
(none yet)
Build backlog
- Create
calc/parser.pywith recursive-descent parser - Create
calc/test_parser.pywith 27 tests covering D1–D5 - Run
python -m unittest -q— 43 tests pass (16 lexer + 27 parser) - Verify all AST shapes manually (D1–D5 confirmed)
- Write STATUS-parse.md with exact verification commands
- Claim D1–D6 (awaiting Adversary PASS)