-
- Downloads
Improve code readability for SymbolTable manipulation
Actually replaced the vector of pairs or (string/Attributes), by a vector of Symbol. Symbol is a simple new class to give better readability than ->first and ->second access.
Showing
- src/language/ASTNodeDataTypeBuilder.cpp 4 additions, 4 deletionssrc/language/ASTNodeDataTypeBuilder.cpp
- src/language/ASTSymbolInitializationChecker.cpp 5 additions, 5 deletionssrc/language/ASTSymbolInitializationChecker.cpp
- src/language/ASTSymbolTableBuilder.cpp 1 addition, 1 deletionsrc/language/ASTSymbolTableBuilder.cpp
- src/language/SymbolTable.hpp 48 additions, 8 deletionssrc/language/SymbolTable.hpp
- src/language/node_processor/AffectationProcessor.hpp 1 addition, 1 deletionsrc/language/node_processor/AffectationProcessor.hpp
- src/language/node_processor/AffectationToStringProcessor.hpp 1 addition, 1 deletionsrc/language/node_processor/AffectationToStringProcessor.hpp
- src/language/node_processor/IncDecExpressionProcessor.hpp 1 addition, 1 deletionsrc/language/node_processor/IncDecExpressionProcessor.hpp
- src/language/node_processor/NameProcessor.hpp 1 addition, 1 deletionsrc/language/node_processor/NameProcessor.hpp
- tests/test_ASTSymbolInitializationChecker.cpp 12 additions, 12 deletionstests/test_ASTSymbolInitializationChecker.cpp
- tests/test_AffectationProcessor.cpp 27 additions, 27 deletionstests/test_AffectationProcessor.cpp
- tests/test_AffectationToStringProcessor.cpp 27 additions, 27 deletionstests/test_AffectationToStringProcessor.cpp
- tests/test_BinaryExpressionProcessor_utils.hpp 27 additions, 27 deletionstests/test_BinaryExpressionProcessor_utils.hpp
- tests/test_ConcatExpressionProcessor.cpp 27 additions, 27 deletionstests/test_ConcatExpressionProcessor.cpp
- tests/test_DoWhileProcessor.cpp 27 additions, 27 deletionstests/test_DoWhileProcessor.cpp
- tests/test_ForProcessor.cpp 27 additions, 53 deletionstests/test_ForProcessor.cpp
- tests/test_IfProcessor.cpp 27 additions, 27 deletionstests/test_IfProcessor.cpp
- tests/test_IncDecExpressionProcessor.cpp 27 additions, 27 deletionstests/test_IncDecExpressionProcessor.cpp
- tests/test_NameProcessor.cpp 2 additions, 2 deletionstests/test_NameProcessor.cpp
- tests/test_SymbolTable.cpp 4 additions, 4 deletionstests/test_SymbolTable.cpp
- tests/test_UnaryExpressionProcessor.cpp 27 additions, 27 deletionstests/test_UnaryExpressionProcessor.cpp
Loading
Please register or sign in to comment