bskinn / pent

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

Add no-space after flags to Any token #78

Open bskinn opened 5 years ago

bskinn commented 5 years ago

Right now the any token (~) does not provide for indication of optional or prohibited following space. It seems like an important feature to implement.

As long as it matches some possible use-cases and does not prove problematic in testing, it should probably have this capability added.

Make sure to revise docs related to this: