nac3_sca/nac3standalone/demo
ychenfo 86ce513cb5 nac3standalone: fix broken test
previously this test unexpectedly passed because it is a slice assignment to extend the list, which is valid in CPython and hence in interpret_demo, and which also happened to give the same output in nac3 by memmove the elements in the list of bool
2022-04-05 18:21:46 +08:00
..
src nac3standalone: fix broken test 2022-04-05 18:21:46 +08:00
check_demos.sh check_demos: improve output 2022-01-24 11:38:43 +08:00
demo.rs nac3standalone: add tests for tuple 2022-03-27 10:31:20 +08:00
interpret_demo.py Option type support (#224) 2022-03-26 15:09:15 +08:00
run_demo.sh nac3standalone: add dummy support for artiq_personality 2022-02-13 11:35:02 +08:00