feat: KidLisp Mini bundler for RBP-26 (~20 KB target)
Implement minimal interpreter and bundler for bootloader.art integration:
- eval.mjs: tree-walking interpreter, tokenizer, parser (RBP-26 profile)
- render.mjs: software pixel buffer with Bresenham/midpoint algorithms
- color.mjs, transforms.mjs, timing.mjs: drawing, transforms, timing forms
- bundle.mjs: assembles into self-contained HTML with deterministic seed support
- server.mjs: GET /bundle-mini endpoint accepts ?piece=NAME or ?code=SOURCE
Architecture: direct API call model matching real KidLisp (not command objects).
Supports MongoDB piece fetching and file downloads (?dl=1).
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>