| Age | Commit message (Collapse) | Author |
|
Including:
turn an undefined literal into a vector of undefined values of the correct length
handle sparse vector unspecified default values as undefined literals
allow global lets to call library functions
|
|
Also fixed for loop evaluation
|
|
on coercions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use register size.
Printing again doesn't compile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Convert sparse vectors into full-fledged vectors more frequently and on export to memory system
|
|
|
|
|
|
|
|
Of note: Interp_lib.to_num now takes an Unsigned or a Signed constructor, rather than a boolean
|
|
|
|
|
|
|
|
|
|
|
|
treats the last argument as a big num
|
|
|
|
|
|
|
|
|
|
instruction-to-instructionstate
|
|
|
|
|
|
|
|
symbol/memory address list.
|
|
|
|
registers we might read that we want values for (particularly the PC)
|
|
Add a function from instruction to istate
|
|
|
|
|
|
|
|
|
|
|
|
as well.
|
|
|