Closed jgmbenoit closed 6 years ago
Seems good, thanks!
Can I ask you to add a test file in data/
containing some comments that the parser should skip, and update data/README.rst
to mention this file? Also, we should probably mention it somewhere in README.rst
at the root as well that comments are now allowed in the input file.
On my way to add comments and examples. Please note that data is currently ignored by .gitignore .
data/
is now un-ignored in 78eaa36
Please let me know if something is wrong or can be improved.
Ah, sorry, this has slipped through the cracks. Merging it right now. Thanks a lot!
Attempt to allow commented line or end-of-line in input data files. Along the way the parsing errors machinery was fixed.