-
- Downloads
Change the way AffectationProcessors are built
Now the left- and right-hand-side are given explicitly to getNodeProcessor function and thus to the processor constructors. The aim of this change is to break the dependency on the affectation node itself and thus to allow their use in list affectations.
parent
9d02bccb
No related branches found
No related tags found
Showing
- src/language/ast/ASTNodeAffectationExpressionBuilder.cpp 14 additions, 11 deletionssrc/language/ast/ASTNodeAffectationExpressionBuilder.cpp
- src/language/node_processor/AffectationProcessor.hpp 84 additions, 109 deletionssrc/language/node_processor/AffectationProcessor.hpp
- src/language/utils/AffectationProcessorBuilder.hpp 18 additions, 18 deletionssrc/language/utils/AffectationProcessorBuilder.hpp
- src/language/utils/IAffectationProcessorBuilder.hpp 1 addition, 1 deletionsrc/language/utils/IAffectationProcessorBuilder.hpp
Loading
Please register or sign in to comment