Hacker News new | ask | show | jobs
by JonChesterfield 1264 days ago
> I've written the parser myself

Awesome. I'd estimate a C++ parser at multiple lifetimes of engineering. An incremental one more so.

Can you sketch how that's implemented? Did you build the parser in C++?

1 comments

Yeah, it sometimes feels like it :-)

The parser is written in C++. I don't use any standard parsing techniques, it's all custom stuff. It's hard to explain, but I talk about it a lot in my live streams: https://10xeditor.com/vlog.htm