bskinn / pent

pent Extracts Numerical Text -- Mini-language driven parser for structured numerical data in text
MIT License
20 stars 3 forks source link

Strong advisory in README and docs against consecutive no-space-after tokens of the same type (or, at minimum after number tokens) #23

Open bskinn opened 6 years ago

bskinn commented 6 years ago

Not prohibited by the mini-language grammar, but it probably won't behave as desired!

Conjoined number values probably will not parse as expected (boundaries will not split in the right place).

Conjoined strings might be more useful, in exotic cases. An 'any' capture might be more useful/flexible, though.