
u/Kabra___kiiiiiiiid

Building an expression parser for a programming language in C++
This livecoding session covers recursive descent parsing and the things that come up when writing a parser from scratch. Part of an ongoing series on building a programming language. so if you've been following along or just want to jump in and ask questions, this is a good entry point.
u/Kabra___kiiiiiiiid — 1 day ago
▲ 13 r/cpp
If you haven’t seen parts 1 and 2 yet, they go over the basics and ordinary inheritance.
This one is about what happens when you add virtual to a class (spoiler: it can seriously mess with the whole memory layout)
u/Kabra___kiiiiiiiid — 15 days ago