Implement partial support for variadic parameters
Implement partial support for variadic parameters
I think range
should return the same as the type of its arguments, and len
should be size_t
.
Implement partial support for variadic parameters
Are there still other parts of the codebase where this remains a problem?
1ae6a6fdd4
flake: More concise devShell
7333d2cea5
flake: Don't use deprecated flake output schemas
shop: add crateless items and options
The McMaster Carr web design is excellent and if you do 5 min of search you will find that a lot of people are in agreement, along with arguments as to why. I'm not proposing replacing the entire…
core: reimplement assignment type inference and codegen + other minor changes & refactor
3a8c385e01
core/typecheck: fix missing ExprKind::Asterisk in fix_assignment_target_context
221de4d06a
core/codegen: add missing comment
fb9fe8edf2
core: reimplement assignment type inference and codegen
894083c6a3
core/codegen: refactor gen_{for,comprehension} to match on iter type
f348ea140a
comms: remove idle kernel DRTIO error case
6e5cbf8abf
comms: run idle kernel on start-up
fad1db9796
comms: remove idle kernel DRTIO error case
fee30033ec
comms: run idle kernel on start-up
idle kernel changes: run on startup, flashing new kernel after startup
Implement partial support for variadic parameters
I don't understand why this usize issue is popping up again.
669c6aca6b
clean up and fix 32-bit demos
63d2b49b09
core: remove np_linalg_matmul
bf709889c4
standalone/demo: separate linalg functions from main workspace
1c72698d02
core: add np_linalg_det and np_linalg_matrix_power functions
54f883f0a5
core: implement np_dot using LLVM_IR