ms705 / nom-sql

Rust SQL parser written using nom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade to nom v5

tomharmon opened this issue · comments

Nom recently released v5 and nom-sql still uses v4. Just wondering if there is a plan to upgrade and what that plan might be.

One thing to note: nom v5's macros were rewritten to use the streaming version of the parsers. My assumption would be that nom-sql would only want to deal with complete parsers when upgrading to nom v5.

Nom has good documentation on upgrading to nom v5 here

Implemented in #53. This issue can be closed @ms705.