rust-cexpr icon indicating copy to clipboard operation
rust-cexpr copied to clipboard

Allow parsing cast expressions.

Open reitermarkus opened this issue 1 year ago • 2 comments

Revival of https://github.com/jethrogb/rust-cexpr/pull/15.

reitermarkus avatar Sep 08 '22 02:09 reitermarkus

@emilio @reitermarkus Would either of you be opposed to creating a fork of this PR minus the dependency on the new clang-sys and associated test changes?

dpaoliello avatar Mar 13 '23 17:03 dpaoliello

@dpaoliello, I have given up on cexpr since it is way too limited. I have written a replacement (cmacro-rs) which supports much more complex macros.

Sadly no one has reviewed my PR at https://github.com/rust-lang/rust-bindgen/pull/2369 replacing cexpr with cmacro yet. Would love to get some feedback on it.

reitermarkus avatar Mar 14 '23 04:03 reitermarkus