7 ms·
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 no
by caim 1y 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.