Open tcr opened 13 years ago
The optimization to have array indexing using integers has broken float-style referencing (arr[5.12]). The optimization should be disabled until array indexing can be properly distinguished from floats.
The optimization to have array indexing using integers has broken float-style referencing (arr[5.12]). The optimization should be disabled until array indexing can be properly distinguished from floats.