monome / teletype

monome eurorack module
GNU General Public License v2.0
199 stars 83 forks source link

Number parser needs improvment #31

Closed samdoshi closed 7 years ago

samdoshi commented 8 years ago

Currently a number followed by other characters will still parse, e.g.

5X will parse as 5

Should it error instead?

tehn commented 8 years ago

that'd be more proper, for sure.

On Thu, Apr 7, 2016 at 7:35 AM, Sam Doshi notifications@github.com wrote:

Currently a number followed by other characters will still parse, e.g.

5X will parse as 5

Should it error instead?

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/monome/teletype/issues/31

samdoshi commented 7 years ago

Fixed in #73