jstolarek / slicer

Companion code for paper "Imperative Functional Programs that Explain their Work", Wilmer Ricciotti, Jan Stolarek, Roly Perera and James Cheney, ICFP 2017, Oxford, UK
http://dl.acm.org/citation.cfm?id=3110258
GNU General Public License v3.0
6 stars 0 forks source link

Investigate better parsing of integers #55

Open jstolarek opened 7 years ago

jstolarek commented 7 years ago

Current parsing of integers is hacky, since we explicitly handle a negation sign. We should be relying on Parsec combinators for this.