Closed Odonno closed 8 months ago
I noticed that DecimalNum is used for integer discovery. Is it intended? Should it not return a decimal like expected? Maybe by creating a IntegerNum parser if there isn't any for int discovery.
DecimalNum
decimal
IntegerNum
int
"Decimal" means "base ten".
I see. Still feel a little confusing.
Thank you for your answer Benjamin.
I noticed that
DecimalNum
is used for integer discovery. Is it intended? Should it not return adecimal
like expected? Maybe by creating aIntegerNum
parser if there isn't any forint
discovery.