brokenpath / csvreader

0 stars 0 forks source link

Investigate if regex could be a grammer #5

Open brokenpath opened 4 years ago

brokenpath commented 4 years ago

Investigate if its possible to use a grammar of some kind instead of a huge regex, particularly if its easier to test, this could be ebnf, parser combinators etc.

kun1dude commented 4 years ago

https://tomassetti.me/parsing-in-python/