Merge branch 'bytecode_cleanup' into mach
This commit is contained in:
@@ -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 ---
|
||||
|
||||
Reference in New Issue
Block a user