My cave.

IncLens top-down tree view demo

IncLens

A terminal UI for exploring C++ include relationships from a preprocessed .ii file, with both tree and flamegraph views.

Go C++ TUI
Illustration showing 2 plus 3 times 4 and its syntax tree

Monkey in C++

A modern C++ implementation of the Monkey language with a Pratt parser, tree-walking evaluator, REPL, tests, and runtime-focused optimization work.

C++ CMake Catch2 Interpreters