Now that all Plushi programs are linear, we can technically support vector type literals in the programs in JSON lists.
When Plushi is parsing the vector literal, it should check the push type of all elements. If they are all the same, create a push-vector of that type. Otherwise fall back on a code-vector push type.
Now that all Plushi programs are linear, we can technically support vector type literals in the programs in JSON lists.
When Plushi is parsing the vector literal, it should check the push type of all elements. If they are all the same, create a push-vector of that type. Otherwise fall back on a
code-vectorpush type.