JoinIR/SSA/Stage-3: sync CURRENT_TASK and dev env

This commit is contained in:
nyash-codex
2025-12-01 11:10:46 +09:00
parent a3d5bacc55
commit 8633224061
52 changed files with 974 additions and 256 deletions

View File

@ -57,6 +57,9 @@ path = "lang/src/shared/json/stringify.hako"
[using.sh_core]
path = "lang/src/shared/common/string_helpers.hako"
[plugin_paths]
search_paths = ["target/release"]
[modules]
# Core shared helpers (needed by parser/compiler in Stage-B)
"sh_core" = "lang/src/shared/common/string_helpers.hako"