Merge branch 'bytecode_cleanup' into mach

This commit is contained in:
2026-02-12 14:08:45 -06:00
18 changed files with 344 additions and 225 deletions

View File

@@ -41,7 +41,7 @@ var streamline = function(ir) {
is_int: T_INT, is_text: T_TEXT, is_num: T_NUM,
is_bool: T_BOOL, is_null: T_NULL,
is_array: T_ARRAY, is_func: T_FUNCTION,
is_record: T_RECORD, is_stone: T_RECORD
is_record: T_RECORD
}
// --- Shared helpers ---