-
- Downloads
Add ASTNodeDeclarationCleaner
This removes declaration instructions. These instructions have been used to build symbol tables are then useless in the AST. Other instructions could probably be removed but it is future work and probably not crucial optimization.
Showing
- src/language/ASTNodeDeclarationCleaner.cpp 36 additions, 0 deletionssrc/language/ASTNodeDeclarationCleaner.cpp
- src/language/ASTNodeDeclarationCleaner.hpp 15 additions, 0 deletionssrc/language/ASTNodeDeclarationCleaner.hpp
- src/language/CMakeLists.txt 1 addition, 0 deletionssrc/language/CMakeLists.txt
- src/language/PugsParser.cpp 2 additions, 0 deletionssrc/language/PugsParser.cpp
src/language/ASTNodeDeclarationCleaner.cpp
0 → 100644
src/language/ASTNodeDeclarationCleaner.hpp
0 → 100644
Please register or sign in to comment