mattbierner / khepri

ECMAScript derived programming language
http://khepri-lang.com/
MIT License
67 stars 3 forks source link

Better Constant simplification #42

Closed mattbierner closed 10 years ago

mattbierner commented 10 years ago

current only simplifies binary addition of strings. All arithmetic operations with string, number, boolean, null values can be evaluated at runtime.