|
|
7cd04e5942
|
macro(match): add golden for type-guard minimal (no Box); script to validate; all pass
|
2025-09-20 05:40:07 +09:00 |
|
|
|
3ee54470a5
|
macro(match): add golden for guard literal OR; add smoke; update CURRENT_TASK milestones
|
2025-09-20 05:36:25 +09:00 |
|
|
|
166c374eec
|
macro(if/match): stabilize PeekExpr→If normalization via internal-child; default runner off; propagate child stderr; fix JsonBuilder local_decl; add scope-hints doc; extend PHI smoke; golden for match literal passes
|
2025-09-20 05:00:31 +09:00 |
|
|
|
8cb93b9f1f
|
tests(macro): inline samples into new directory hierarchy and drop legacy macro_golden_* sources
|
2025-09-20 03:37:20 +09:00 |
|
|
|
3c1486e411
|
tests(macro): organize under apps/tests/macro/{if,loopform,collections,types,strings,identity,test_runner} with thin include wrappers; update all golden/smoke scripts and docs to new paths
|
2025-09-20 02:20:02 +09:00 |
|
|
|
a5a57e3d8b
|
macro(if normalize): add return-if golden; llvm: extend PHI hygiene smoke to if-return and type_is cases
|
2025-09-20 01:55:45 +09:00 |
|
|
|
9b9080d0a3
|
macro/pattern: add type_is basic golden (MethodCall .is → MIR TypeOp mapping); docs: AST JSON v0 note for is/as mapping
|
2025-09-20 01:51:55 +09:00 |
|
|
|
4229e4259e
|
macro(if normalize): add print-if normalization golden and runner
|
2025-09-20 01:29:02 +09:00 |
|
|
|
b7975c80db
|
macro(if/match normalize): implement If-expression normalization for common statement contexts (Assignment/Return/Print); add golden (if-assign) and JSON builder helpers (print, return)
|
2025-09-20 01:22:55 +09:00 |
|
|
|
b7e5b1e39c
|
macro(loopform mvp-2): gate normalization to <=2 updated vars and no break/continue; add loop_two_vars golden and selfhost preexpand smoke
|
2025-09-20 00:40:05 +09:00 |
|
|
|
65227cb56f
|
loopform: add loop_simple golden and test; prepare while normalization pathway via LoopNormalize + JsonBuilder
|
2025-09-19 23:18:07 +09:00 |
|
|
|
da32455afc
|
freeze: macro platform complete; default ON with profiles; env consolidation; docs + smokes\n\n- Profiles: --profile {lite|dev|ci|strict} (dev-like default for macros)\n- Macro paths: prefer NYASH_MACRO_PATHS (legacy envs deprecated with warnings)\n- Selfhost pre-expand: auto mode, PyVM-only, add smokes (array/map)\n- Docs: user-macros updated; new macro-profiles guide; AGENTS freeze note; CURRENT_TASK freeze\n- Compat: non-breaking; legacy envs print deprecation notices\n
|
2025-09-19 22:27:59 +09:00 |
|