mathiasbynens / luamin

A Lua minifier written in JavaScript
https://mths.be/luamin
MIT License
217 stars 54 forks source link

Missing space after the number ending with a decimal point #46

Closed townewgokgok closed 6 years ago

townewgokgok commented 7 years ago
$ luamin -c 'a=5.;print(a)'
a=5.print(a)

Haxe generates such numbers.