reworked tree and visitors:
- Introduce type-based dispatch - collect children in base class
Showing
- pystencilssfg/tree/basic_nodes.py 26 additions, 31 deletionspystencilssfg/tree/basic_nodes.py
- pystencilssfg/tree/conditional.py 17 additions, 18 deletionspystencilssfg/tree/conditional.py
- pystencilssfg/tree/deferred_nodes.py 7 additions, 8 deletionspystencilssfg/tree/deferred_nodes.py
- pystencilssfg/tree/dispatcher.py 40 additions, 0 deletionspystencilssfg/tree/dispatcher.py
- pystencilssfg/tree/visitors.py 22 additions, 27 deletionspystencilssfg/tree/visitors.py
Please register or sign in to comment