Tag:c++
-
Representing LoxMocha in code: Fun with C++ Variants and Visitors
December 20, 2025
·
Emma Tomlinson
Representing Abstract Syntax Trees (ASTs) in code can be achieved in many ways. We explore using C++ variants, and the visitor pattern to represent and traverse ASTs