add quick print statements to show that elaborate() gets called as a
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 21 Oct 2021 12:40:29 +0000 (13:40 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 21 Oct 2021 12:40:29 +0000 (13:40 +0100)
commit994d0c3f3d549b1aaa71f64277ed589098c15405
tree2788dde356e2837536e26eec229653ece55e8881
parent494757caa1f89c14df8ea83ed9f1e450b2c0b0d4
add quick print statements to show that elaborate() gets called as a
second phase after the creation of the AST tree
this gives a window of opportunity to tree-walk and set whether SimdSignals
are LHS or RHS as determined by encountering SimdSignal.__Assign__
src/ieee754/part/partsig.py
src/ieee754/part/test/minitest_partsig.py [new file with mode: 0644]
src/ieee754/part_ass/assign.py
src/ieee754/part_cat/cat.py