Block a user
5654190503
core/toplevel: update tests
55d8e8f9b4
core/toplevel: add python-like error messages for class definition
305f2acdc8
core/toplevel: refactor composer
81492ace66
core/toplevel: update tests
2d2c37da83
core/toplevel: add python-like error messages for class definition
a6341a5bdd
core/toplevel: refactor composer
122983f11c
flake: update dependencies
71c3a65a31
[core] codegen/stmt: Fix obtaining return type of sret functions
8c540d1033
[core] codegen/stmt: Add more casts for boolean types
0cc60a3d33
[core] codegen/expr: Fix missing cast to i1
a59c26aa99
[artiq] Fix RPC of ndarrays from host
e5893e0a65
WIP
59cad5bfe1
standalone: clang-format demo.c
4318f8de84
standalone: improve src/assignment.py
15ac00708a
[core] Use quoted include paths instead of angled brackets
c8dfdcfdea
standalone & artiq: remove class_names from resolver
194fbc51ab
WIP
70d033da61
Fix common issue WIP(assignment)
600a5c8679
Revert "standalone: reformat demo.c"
22c4d25802
core/typecheck: add missing typecheck in matmul
308edb8237
standalone: reformat demo.c
a763ea3b61
Fix common issue WIP(assignment)
5b2b6db7ed
core: improve error messages
15e62f467e
standalone: add tests for polymorphism
2c88924ff7
core: add support for simple polymorphism
a744b139ba
core: allow Call and AnnAssign in init block
c5ae0e7c36
[standalone] Add tests for tuple equality
b8dab6cf7c
[standalone] Add tests for string equality
4d80ba38b7
[core] codegen/expr: Implement comparison of tuples
33929bda24
[core] typecheck/typedef: Add support for tuple methods
a8e92212c0
[core] codegen/expr: Implement string equality
core: allow calling parent methods
Please check that this also works with ARTIQ.
from artiq.experiment import *
from artiq.coredevice.core import Core
from numpy import int32
@nac3
class A:
a: Kernel[int32]
…
flake: update dependencies
flake: update dependencies