You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ubuntu 20.04, libclang v12.0
Lots of unresolved externals, seems like recent changes in build scripts broken the linker flags.
Dynamic libs from apt works fine though.
The text was updated successfully, but these errors were encountered:
What problem this will solve? Drop the clang dependency? Ok, imagine if I drop it, what's next?
Does the JSON do a semantic analysis on it?
Does is it analyze macro and convert them to semantically valid expressions and declarations?
Can it take the D code and convert it back to C++?
It may sound appealing to drop the dependency and just use the parsed output however in the end semantic analysis has to be re-implemented in place of clang.
Additionally when I started this project I had in mind bidirectional conversion and more interactivity, e.g. something like LSP or python scripting.
However since I have other things to do that I truly need and the lack of interest from community this project is now mostly stale.
Ubuntu 20.04, libclang v12.0
Lots of unresolved externals, seems like recent changes in build scripts broken the linker flags.
Dynamic libs from apt works fine though.
The text was updated successfully, but these errors were encountered: