You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
cool project, thanks for sharing. I'm quickly looking over the code, and have a few questions :
have you considered putting in libdfloat as a git submodule ? allows you to ensure a "known working" libdfloat commit is used, and spares the user from cloning two different trees
you sure went to town with the state machines all over the place ! : ) Any particular reason to do this for the core CSV parsing rather than e.g. an ANTLR grammar and parser ? seems like CSV would lend itself well to that. Or even just libcsv as the low-level backend.
any plans to keep working on this or would you consider it dormant ?
The text was updated successfully, but these errors were encountered:
Hi,
cool project, thanks for sharing. I'm quickly looking over the code, and have a few questions :
The text was updated successfully, but these errors were encountered: