Current the value compiler translates ArrayProxy into if-elif trees which can cause the compiler to crash due to deep recursion (#359). After this commit, it instead translates them into pattern matching when it is supported (on Python >= 3.10) to avoid this problem. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _base.py | ||
| _pyclock.py | ||
| _pycoro.py | ||
| _pyrtl.py | ||
| core.py | ||
| pysim.py | ||