artiq/artiq/compiler
whitequark 0e26cfb66e LocalAccessValidator: relax restrictions to accept def f(); def g(). 2015-08-22 13:31:09 -07:00
..
analyses Add a trivial dead code elimination transform. 2015-07-19 10:29:14 +03:00
testbench ARTIQIRGenerator: add semantic locs to all other implicitly raised exceptions. 2015-08-08 16:26:53 +03:00
transforms LocalAccessValidator: relax restrictions to accept def f(); def g(). 2015-08-22 13:31:09 -07:00
validators LocalAccessValidator: relax restrictions to accept def f(); def g(). 2015-08-22 13:31:09 -07:00
__init__.py Add basic support for embedded functions with new compiler. 2015-08-07 11:44:49 +03:00
asttyped.py Implement class definitions and class attribute access. 2015-08-15 09:45:16 -04:00
builtins.py ARTIQIRGenerator: fix polymorphic print on closures. 2015-08-19 12:37:22 -07:00
embedding.py compiler.embedding.Stitcher: refactor. 2015-08-10 20:26:07 +03:00
ir.py Implement class attribute access through instances. 2015-08-15 11:07:54 -04:00
module.py LocalAccessValidator: relax restrictions to accept def f(); def g(). 2015-08-22 13:31:09 -07:00
prelude.py Remove syscall builtin. 2015-08-10 16:44:29 +03:00
targets.py compiler.targets.OR1KTarget: fix typo. 2015-08-10 15:47:44 +03:00
types.py ARTIQIRGenerator: fix polymorphic print on closures. 2015-08-19 12:37:22 -07:00