It's no wonder that every other day a new mini C compiler drops in, while no one even attempts to parse C++.
To parse C++ you need to perform typecheck and name resolution at the same time. And C++ is pretty complex so it's not a easy task.
This item has no comments currently.
It looks like you have JavaScript disabled. This web app requires that JavaScript is enabled.
Please enable JavaScript to use this site (or just go read Hacker News).
It's no wonder that every other day a new mini C compiler drops in, while no one even attempts to parse C++.