parser-c icon indicating copy to clipboard operation
parser-c copied to clipboard

Get parser-c working on stable Rust

Open tcr opened this issue 8 years ago • 3 comments

Some examples of why this is not yet the case are use of the box syntax and procedural macros (see #6).

tcr avatar Jul 05 '17 13:07 tcr

FnBox will be used after #22 lands, so rust-lang/rust#28796 now applies here. Might be able to use https://stbuehler.github.io/rustdocs/boxfnonce/boxfnonce/struct.BoxFnOnce.html though.

tcr avatar Jul 11 '17 00:07 tcr

With #27 I think there's no blockers for stable Rust :) until we add impl Trait support and a tokio interface

tcr avatar Jul 12 '17 04:07 tcr

Heh :) There is a fair bit of box patterns (and there will be more in analysis), without which AST node matches are somewhat more annoying to handle.

birkenfeld avatar Jul 12 '17 04:07 birkenfeld