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
..
2025-08-21 00:41:26 +09:00
2025-08-21 00:41:26 +09:00
2025-08-21 00:41:26 +09:00
2025-08-26 00:06:35 +09:00
2025-08-27 00:03:48 +09:00
2025-08-30 22:52:16 +09:00
2025-08-29 08:36:07 +09:00
2025-08-30 22:52:16 +09:00
2025-08-30 22:52:16 +09:00
2025-08-30 22:52:16 +09:00
2025-08-31 06:22:48 +09:00
2025-08-31 06:22:48 +09:00
2025-09-03 01:37:38 +09:00
2025-09-03 05:04:56 +09:00
2025-09-02 17:12:51 +09:00
2025-09-03 13:58:52 +09:00
2025-09-02 05:11:10 +09:00
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
2025-08-31 00:22:55 +09:00
2025-08-21 00:41:26 +09:00
2025-09-03 13:58:52 +09:00
2025-09-02 09:26:09 +09:00
2025-09-03 13:58:52 +09:00
2025-08-30 01:33:52 +09:00