type graph class

This commit is contained in:
ProgramSnail 2023-04-14 14:37:46 +03:00
parent 30ba8972e1
commit aa4e9fa721
6 changed files with 1073 additions and 22 deletions

View file

@ -7,10 +7,6 @@
#include "visitor.hpp"
#include "global_info.hpp"
// TODO:
// add/remove global variables
//
namespace interpreter {
class FindSymbolsVisitor : public Visitor {