Add comprehensive implementation roadmap to STATUS.md
Based on detailed analysis of QuickJS C source code (~60,000 lines):
- Document 11 implementation phases with status tracking
- Phase 1: Core built-ins (Object, Array, String, Number, Math, JSON)
- Phase 2: Runtime infrastructure (property descriptors, prototype chain)
- Phase 3: Async & generators (Promise, job queue, async/await)
- Phase 4: Collections (Map, Set, WeakMap, WeakSet)
- Phase 5: TypedArrays & binary data
- Phase 6: RegExp execution engine
- Phase 7: Reflection (Proxy, Reflect, Symbol)
- Phase 8: Date & Intl
- Phase 9: Module system
- Phase 10: Memory management (GC, WeakRef)
- Phase 11: Additional features (eval, URI functions)
Also added:
- Architecture comparison with C QuickJS
- Line counts for completed components
- Implementation priority matrix
- Key differences from C implementation
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>