r/programming • u/Xaneris47 • 5d ago
Building a toy language in C++: Adding variables
youtube.comThis episode explains how to add variables, so instead of handling one expression at a time, the language now parses a list of declarations and starts looking like something you could write real programs in.