9bfcf36016
nac3core: add debug info
879c66cccf
flake.nix: Fix outdated nixConfig keys
9b5a176516
nac3core: basic debug info
879c66cccf
flake.nix: Fix outdated nixConfig keys
35b6459c58
nac3core: replace paramter with parameter
e94b25f544
spelling (#264)
6972689469
nac3artiq: cleanup demo
1314568449
nac3artiq: type check host int bound instead of panic when codegen
35b6459c58
nac3core: replace paramter with parameter
4850df7874
nac3core: add function debug info
ee3b18bd83
nac3core: add basic debug info metadata
35b6459c58
nac3core: replace paramter with parameter
e94b25f544
spelling (#264)
21c570cdfa
nac3artiq: type check host int bound instead of panic when codegen
e94b25f544
spelling (#264)
nac3artiq: type check host int bound instead of panic when codegen
fec44514b6
nac3core: add basic debug info metadata
6972689469
nac3artiq: cleanup demo
3fb22c9182
nac3artiq: treat host numpy.float64 as float. Closes #90
1e7abf0268
fix tests
f5a6d29106
update insta snapshots
dead code is not an error
And generally: how should we report warnings?
iirc currently the only functions that need to return warnings are check_blocks
and check_stmts
, whose return types are Result<bool, String>
.…