Attila's Blog

About writing your own programming language in C, Go and Swift

Parsing grouping and negation

Sep 4, 2018 Comments

Categories: aspl

Last time we finished with a fully functional but limited parser. Let’s start adding some extras. Parsing arithmetic expressions still needs two, currently missing features: grouping and negation. This is what we are going to implement today.