← Back to context Comment by fuhsnn 2 days ago There is one pretty serious C++ parser project: https://github.com/robertoraggi/cplusplus 1 comment fuhsnn Reply caim 2 days ago Wow, thanks! I didn't know this project.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.
caim 2 days ago Wow, thanks! I didn't know this project.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.
Wow, thanks! I didn't know this project.
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.