Started implementing AST

This commit is contained in:
Pasha Bibko
2025-07-22 22:25:20 +01:00
parent 75f84539bd
commit faf34661fb
6 changed files with 57 additions and 4 deletions

1
ast/src/AST.cpp Normal file
View File

@@ -0,0 +1 @@
#include <Node.h>