-
- Downloads
Updates incremental code generation to comply with refactoring of generated...
Updates incremental code generation to comply with refactoring of generated code for parameterized NTAs. Parameterized NTAs used to have a List node as parent but this has been changed to a plain ASTNode referred to as a proxy node. The incremental implementation generated additional code for Lists to distinguish internal NTA lists from normal lists and made use of iteration over list children.
Showing
- src/jastadd/incremental/IncrementalEval.jadd 0 additions, 2 deletionssrc/jastadd/incremental/IncrementalEval.jadd
- src/template/ast/Attributes.tt 0 additions, 2 deletionssrc/template/ast/Attributes.tt
- src/template/incremental/NTAs.tt 0 additions, 37 deletionssrc/template/incremental/NTAs.tt
- src/template/incremental/Notification.tt 6 additions, 43 deletionssrc/template/incremental/Notification.tt
Please register or sign in to comment