Branch: Tag:

2020-01-02

2020-01-02 13:38:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Compiler: Added push_unlimited_array_type().

This is in preparation for adding support for
length-limited array types.

1981:    } else {    type_stack_mark();    push_int_type(MIN_INT32, MAX_INT32); -  push_type(T_STRING); +  push_unlimited_array_type(T_STRING);    push_type(T_VOID);    push_type(T_MANY);    push_int_type(MIN_INT32, MAX_INT32);