nac3/nac3standalone/demo/src
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
..
classes.py nac3standalone: reorganize demos, compare against cpython 2022-01-23 10:35:06 +08:00
default_param.py nac3standalone: add test for default param 2022-03-30 04:05:47 +08:00
len.py nac3standalone: add tests for list slice and len 2022-01-26 03:58:27 +08:00
lists.py nac3standalone: fix broken test 2022-04-05 18:21:46 +08:00
loop.py nac3standalone/demo: fix return type in loop.py 2022-03-26 21:10:12 +08:00
mandelbrot.py nac3standalone: reorganize demos, compare against cpython 2022-01-23 10:35:06 +08:00
min_max_abs.py nac3standalone: add test for abs function 2022-03-08 23:26:01 +08:00
option.py Option type support (#224) 2022-03-26 15:09:15 +08:00
pow.py nac3standalone: add tests for power 2022-04-04 22:10:56 +08:00
tuple.py nac3standalone: add tests for tuple 2022-03-27 10:31:20 +08:00
typevar.py nac3standalone/demo: handle imports consistently 2022-03-19 09:14:27 +08:00