rubydesign
bc558d1f0d
do not copy name of method
...
so that the resolve can compare name identity
which is what is does, not equality
this (and some other bug) is crashing arm currently
2020-03-25 12:43:57 +02:00
rubydesign
f03f445652
passing values to macros
...
conceptually still a bit open, leaving the hack in for now
passing values to the macro instead of sol instances
2020-03-22 14:31:43 +02:00
rubydesign
393f0d9a60
fix argument transfer (to be logical)
2020-02-27 18:19:27 +02:00
rubydesign
8832df3221
Add number of registers to platform
2020-02-26 19:01:01 +02:00
rubydesign
d751c53d1d
Add a SameCheck and rename the label
...
SameCheck is very similar to NotSameCheck, but only used from the language
Label was named jump, fixed that
2020-02-19 02:16:44 +07:00
rubydesign
93103d551f
Fixes for all test of next commit
2020-02-17 14:27:42 +07:00
rubydesign
b7df6f66f9
rename the XX_slot classes to SlottedXX
...
move to slotted and slots (wip)
2020-02-15 21:05:04 +07:00
rubydesign
3c762c4fe7
Rename SlotDefinition to Slot
...
And the derived XXDefinitions to XXSlot
Just to be more consistent
And possibly free the Definition for the Language side
2020-02-11 16:19:52 +07:00
rubydesign
8d02d82ff2
now object slot , almost done
2020-02-10 19:28:48 +07:00
rubydesign
1da5cd16c3
more splitting of slot code
...
now constants, still wip
2020-02-10 19:07:12 +07:00
rubydesign
24d7fe25da
first steps to defining specialised slot classes
...
getting rid of the mess in SlotDefinition (wip)
2020-02-10 18:36:21 +07:00
rubydesign
d1f8733623
Rename Vool to Sol
...
Simple is really the descriptive name for the layer
Sure, it is "virtual" but that is not as important as the fact that it is simple (or simplified)
Also objct (based really) is better, since orientated implies it is a little like that, but only orientated, not really it. Sol only has objects, nothing else
Just cause i was renaming anyway
2019-10-04 00:38:47 +03:00