How come it crashes a lot ?
> Glancing quickly at the source, it looks like it is using clang as a
> source of C++ truth.

It's crashing a lot because I make some incorrect assumptions about
what's in the AST and not everything is handled.  Getting templates
right is hard, and cpp_binder doesn't do it right.  Usually this
manifests as an assertion failure or dereferencing a null pointer.

-- 
Paul O'Neil
Github / IRC: todayman

Reply via email to