mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-25 00:08:44 +00:00
type graph class
This commit is contained in:
parent
30ba8972e1
commit
aa4e9fa721
6 changed files with 1073 additions and 22 deletions
|
|
@ -7,10 +7,6 @@
|
|||
#include "visitor.hpp"
|
||||
#include "global_info.hpp"
|
||||
|
||||
// TODO:
|
||||
// add/remove global variables
|
||||
//
|
||||
|
||||
namespace interpreter {
|
||||
|
||||
class FindSymbolsVisitor : public Visitor {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue