|
4db71c1c03
|
fix all uses of operators now they are ssa
|
2020-03-22 14:31:43 +02:00 |
|
|
2656bfacb2
|
create a reduce_int on RegisterSlot
that just passes through to RegisterValue by calling to_reg
|
2020-03-22 14:31:43 +02:00 |
|
|
eed9ba082f
|
Fix div10 and test
fix and use load_data (similar to load_constant)
and integrate into load_object when appropriate (ie for integers)
|
2020-03-22 14:31:43 +02:00 |
|
|
bd02f69824
|
reduce_int was overwriting register
No more. But the type question is open, ie what type does the resulting register have
|
2020-03-22 14:31:43 +02:00 |
|
|
9c5d17a3bb
|
Fix div10 without method_missing
but reanimate infer_type to auto create the needed regsiters
also some helpers
|
2020-03-22 14:31:43 +02:00 |
|
|
aa9fc8bc81
|
More rename cleanp
|
2019-10-03 21:07:55 +03:00 |
|
|
c43436f35a
|
Change Mom to SlotMachine
rather large commit, but essentially a simple rename
Rationale in docs and blogs
|
2019-10-03 20:55:41 +03:00 |
|