2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-01-09 18:43:34 +08:00
artiq/artiq/compiler/transforms
whitequark 47cbadb564 Revert "Ensure bindings are created in correct order for e.g. "x, y = y, x"."
This reverts commit bcd1832203.

The bindings are actually created in lexical order, as evident
in e.g. "x = lambda: x". The safety provided by this check should
be instead provided by a local access analysis.
2015-07-18 09:54:11 +03:00
..
__init__.py Add basic IR generator. 2015-07-14 08:56:51 +03:00
asttyped_rewriter.py Revert "Ensure bindings are created in correct order for e.g. "x, y = y, x"." 2015-07-18 09:54:11 +03:00
inferencer.py Add builtins.is_exception. 2015-07-17 16:05:02 +03:00
int_monomorphizer.py Add IntMonomorphizer. 2015-07-02 19:57:27 +03:00
ir_generator.py Add an explicit ARTIQ IR instruction to create a closure. 2015-07-18 09:27:34 +03:00