forked from M-Labs/artiq
doc: nested lists are now supported.
This commit is contained in:
parent
d14ad6727a
commit
d732b6c6d4
|
@ -82,7 +82,7 @@ A number of Python algorithmic features can be used inside a kernel for compilat
|
||||||
* 64-bit signed integers (:class:`artiq.language.core.int64`)
|
* 64-bit signed integers (:class:`artiq.language.core.int64`)
|
||||||
* Signed rational numbers with 64-bit numerator and 64-bit denominator
|
* Signed rational numbers with 64-bit numerator and 64-bit denominator
|
||||||
* Double-precision floating point numbers
|
* Double-precision floating point numbers
|
||||||
* Lists of the above types. Lists of lists are not supported.
|
* Lists of the above types. Lists can be arbitrarily nested.
|
||||||
|
|
||||||
For a demonstration of some of these features, see the ``mandelbrot.py`` example.
|
For a demonstration of some of these features, see the ``mandelbrot.py`` example.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue