tcr / mug

A self-hosted JavaScript compiler for the JVM. Written in CoffeeScript.
150 stars 5 forks source link

Dynamic reference using floats broken #16

Open tcr opened 13 years ago

tcr commented 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.