hv1: early-exit at main (no plugin init); tokenizer: Stage-3 single-quote + full escapes (\/ \b \f \' \r fix); builder: route BinOp via SSOT emit_binop_to_dst; hv1 verify canary route (builder→Core); docs: phase-20.39 updates

This commit is contained in:
nyash-codex
2025-11-04 20:46:43 +09:00
parent 31ce798341
commit 44a5158a14
53 changed files with 2237 additions and 179 deletions

View File

@ -28,7 +28,7 @@ mod mir_json_v0;
pub mod mir_json_emit;
pub mod modes;
mod pipe_io;
mod core_executor;
pub mod core_executor;
mod pipeline;
mod jit_direct;
mod selfhost;