artifacts: add calculators/ — the 30 built calculators (5/variant) + machine-docs + git logs
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
# JOURNAL-parse
|
||||
|
||||
## 2026-06-15 — Phase start
|
||||
|
||||
Reading plan. Building recursive-descent parser with:
|
||||
- Grammar: expr → term ((+|-) term)*; term → factor ((*|/) factor)*; factor → NUMBER | ( expr ) | - factor
|
||||
- AST nodes: Num, BinOp, Unary
|
||||
- ParseError exception
|
||||
|
||||
Plan: implement parser.py, test_parser.py, verify all D1–D6, then certify.
|
||||
Reference in New Issue
Block a user