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:
use of ?Sized where clause doesn't seem to parse on stable (which seems like a bug, because it does within a <T: ?Sized>)
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:
?Sized
where clause doesn't seem to parse on stable (which seems like a bug, because it does within a<T: ?Sized>
)