drt24 / gnuprologjava

GNU Prolog for Java
8 stars 5 forks source link

Parser fails to parse "00" as a number #26

Closed thetrime closed 6 years ago

thetrime commented 8 years ago

There is special handling for "0.*" in (amongst other places) BigIntegerTerm, but it fails to take into account that people might try and parse "01" or "04"