name tree mostly finished

This commit is contained in:
ProgramSnail 2023-07-28 19:42:09 +03:00
parent 263b58a17c
commit fc114ff959
14 changed files with 116 additions and 38 deletions

View file

@ -1,6 +1,7 @@
#pragma once
#include "basic_printers.hpp"
#include "name_tree.hpp"
#include "statement_nodes.hpp"
#include <vector>