forked from M-Labs/artiq
1
0
Fork 0
artiq/artiq/compiler
whitequark 04bd2421ad compiler.embedding: dedent kernel functions before parsing. 2015-08-27 05:44:56 -05: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 Allow accessing attributes of embedded host objects. 2015-08-27 05:01:04 -05:00
validators LocalAccessValidator: assume variables with "$" in name are internal. 2015-08-22 13:56:17 -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: dedent kernel functions before parsing. 2015-08-27 05:44:56 -05:00
ir.py Allow embedding and RPC sending host objects. 2015-08-25 21:56:01 -07:00
module.py Allow embedding and RPC sending host objects. 2015-08-25 21:56:01 -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 Allow accessing attributes of embedded host objects. 2015-08-27 05:01:04 -05:00