More frontend updates
- Add `Ref` type - Allow multi-arg `init` in constructor builder - Change `CustomGenerator` to take a composer instead of a context. - Allow a class to have multiple methods with the same name.
Showing
- src/pystencilssfg/composer/basic_composer.py 14 additions, 9 deletionssrc/pystencilssfg/composer/basic_composer.py
- src/pystencilssfg/composer/class_composer.py 5 additions, 8 deletionssrc/pystencilssfg/composer/class_composer.py
- src/pystencilssfg/composer/custom.py 6 additions, 2 deletionssrc/pystencilssfg/composer/custom.py
- src/pystencilssfg/ir/source_components.py 4 additions, 10 deletionssrc/pystencilssfg/ir/source_components.py
- src/pystencilssfg/lang/__init__.py 3 additions, 0 deletionssrc/pystencilssfg/lang/__init__.py
- src/pystencilssfg/lang/types.py 26 additions, 0 deletionssrc/pystencilssfg/lang/types.py
- tests/generator_scripts/expected/Structural.h 1 addition, 1 deletiontests/generator_scripts/expected/Structural.h
src/pystencilssfg/lang/types.py
0 → 100644
Please register or sign in to comment