bskinn / pent

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

Rework token flags to allow any order #86

Open bskinn opened 5 years ago

bskinn commented 5 years ago

Don't specifically need the token-level flags to only be permitted to fall in a particular order. Should be possible to allow them to be in arbitrary order; though, it will require changes to that part of the token parsing, since the match sequence won't be deterministic.