PlayMyCode / SkyBrush

pure-JS HTML5 embeddable painting application
http://www.studiofortress.com/skybrush
Other
60 stars 17 forks source link

add in a simple maths parser for inputs #15

Open JosephLenton opened 9 years ago

JosephLenton commented 9 years ago

Add in a simple parser for inputs so I can input say "50*10" for a numerical scale instead of "500".

It should support just numbers, multiply, divide, add, subtract, power, and brackets.