Skip to content
#

tree-walker

Here are 22 public repositories matching this topic...

The foundational interpreter for a custom deep tech compiler, written in modern C++17. Currently functioning as a robust tree-walk interpreter, it utilizes a custom lexer and recursive descent parser to construct an Abstract Syntax Tree, which is evaluated dynamically via AST traversal with safe, smart-pointer-based memory management.

  • Updated Feb 15, 2026
  • C++

Improve this page

Add a description, image, and links to the tree-walker topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tree-walker topic, visit your repo's landing page and select "manage topics."

Learn more