GIDAIbero / GIDACalculateString

Class to parse an input string and calculate its value.
1 stars 2 forks source link

Range fix and '.' fixes #6

Closed aparedes closed 10 years ago

aparedes commented 10 years ago

Fixes the range for usingThis:addThis: so that the new string is always added at the end. Also that the addition of several operations are not allowed after a '.'

ElDeveloper commented 10 years ago

Thanks @aparedes