This website requires JavaScript.
Explore
Help
Register
Sign In
tomoaki
/
hakorune
Watch
1
Star
0
Fork
0
You've already forked hakorune
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
6d79d7d3acacde9a249929a5794f92f474775b51
hakorune
/
docs
/
development
/
current
History
Moe Charm
6d79d7d3ac
grammar(P0): add peek expression, continue statement, and field type annotations acceptance; add sample apps and interpreter path\n\n- tokenizer: add keywords (peek, continue), tokens (=> as FatArrow, :: as DoubleColon), keep >> as Arrow\n- parser: implement peek as expression (literal patterns only, else required), add continue; accept field 'name: Type' (discard type P0)\n- interpreter: evaluate PeekExpr; add Continue control flow handling\n- apps: add peek-demo, loop-continue-demo, adjust field-decl demo; use ConsoleBox instead of env.console for interpreter backend\n- docs: CURRENT_TASK updated earlier for Phase 12.7 P0\n\nNOTE: peek arms currently single-expression (no block expr yet); VM/MIR path does not lower PeekExpr yet; use --backend interpreter for demos
2025-09-03 15:26:15 +09:00
..
CLI_TESTING_GUIDE.md
ResultBox migration (stage 0): suppress legacy deprecation warnings in box_trait impls; keep dual handling in VM. Fix verifier Display for SuspiciousBarrierContext. Expose VM stats fields to vm_stats module. CLI core_ci guide and script in place.
2025-08-26 01:42:18 +09:00
CURRENT_TASK.md
grammar(P0): add peek expression, continue statement, and field type annotations acceptance; add sample apps and interpreter path\n\n- tokenizer: add keywords (peek, continue), tokens (=> as FatArrow, :: as DoubleColon), keep >> as Arrow\n- parser: implement peek as expression (literal patterns only, else required), add continue; accept field 'name: Type' (discard type P0)\n- interpreter: evaluate PeekExpr; add Continue control flow handling\n- apps: add peek-demo, loop-continue-demo, adjust field-decl demo; use ConsoleBox instead of env.console for interpreter backend\n- docs: CURRENT_TASK updated earlier for Phase 12.7 P0\n\nNOTE: peek arms currently single-expression (no block expr yet); VM/MIR path does not lower PeekExpr yet; use --backend interpreter for demos
2025-09-03 15:26:15 +09:00
CURRENT_VM_CHANGES.md
feat(plugin): Fix plugin BoxRef return and Box argument support
2025-08-21 00:41:26 +09:00
JIT_10_7_known_issues.txt
Phase 10.7 - JIT統計とイベント機能の完成
2025-08-28 09:26:58 +09:00
jit-enhancements-20250827.md
Phase 10.7 - JIT統計とイベント機能の完成
2025-08-28 09:26:58 +09:00
phase_9_78e_summary.md
feat(plugin): Fix plugin BoxRef return and Box argument support
2025-08-21 00:41:26 +09:00
PHI_NORMALIZATION_PLAN.md
Phase 9.78h: Stabilize MIR26 pipeline
2025-08-26 06:30:01 +09:00
PLUGIN_LOADER_MIGRATION_PLAN.md
refactor: Major interpreter modularization and P2PBox enhancements
2025-08-26 19:13:57 +09:00
RESULTBOX_MIGRATION_TODO.md
Refactor (light): move VM value ops to backend/vm_values.rs; add backend/vm_boxcall.rs with call_box_method_impl and rewire call_unified_method. Update CURRENT_TASK for refactor start.
2025-08-26 00:48:09 +09:00