I have been meaning to write Rust bindings for Hammer ( https://github.com/UpstandingHackers/hammer), my C parser-combinator library which is loosely inspired by Parsec and gratuitously rips off Scala's packrat parser implementation. There is an issue open for it ( https://github.com/UpstandingHackers/hammer/issues/64), which left off in December 2013 with the blocking problem that the Rust FFI didn't support unions yet.
I haven't been following the development of the FFI; are unions supported yet? Cheers, --mlp On Tue, Jun 10, 2014 at 11:43 PM, Akira Hayakawa <[email protected]> wrote: > Hi, > > Haskell's Parsec is really a good tool to parse languages. > Scala also has the equivalent. > > What about Rust? > > -- > Akira Hayakawa <[email protected]> > _______________________________________________ > Rust-dev mailing list > [email protected] > https://mail.mozilla.org/listinfo/rust-dev >
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
