# BACKLOG — parse phase ## Build backlog - [x] Write calc/parser.py (ParseError, Num, BinOp, Unary, parse()) - [x] Write calc/test_parser.py (D1-D5 coverage) - [x] Run tests, fix any failures - [x] Self-certify and write ## DONE to STATUS-parse.md