J-F-Liu / pom

PEG parser combinators using operator overloading without macros.
MIT License
500 stars 31 forks source link

Nightly only #6

Closed jsgf closed 7 years ago

jsgf commented 7 years ago

Hi -

Pom looks very interesting, and I'd love to try it out on my project (parsing lots of ad-hoc mini-grammars in various file formats and protocols), but I'm constrained to stable rustc only.

Do you have an idea of what the stabilization timeline is for the features you're using? Or how hard it would be to make it work in stable?

From a quick look, I found:

J-F-Liu commented 7 years ago

Yes, I'd like to have 1.0 release build on stable rust, then create a 2.x branch and move forward.

jsgf commented 7 years ago

Fixed