7ad36380c2
add next_value for dictionary
...
also next for list
and add types attributes to space
2018-05-13 13:03:04 +03:00
a7207a9984
wrap parfait tests in module and boot
2018-04-26 12:31:37 +03:00
da5823a1a0
move parfait up one, as per its module structure
2017-01-18 20:09:43 +02:00
c9c0f66d79
rename test/parfait
...
to then write parfait test on the runtime
2015-11-07 14:04:38 +02:00
dcbd3c7091
fold last of the virtual into register
2015-10-22 18:16:29 +03:00
dc3920580b
bit more cleaning of testing
2015-10-16 18:34:54 +03:00
2d0424a370
turned out to be a rewrite of boot process
...
and also attribute handling and fake_memory
luckily there are tests and all is green again
2015-07-21 15:40:25 +03:00
e70bfb9f7a
many minor parfait fixes
2015-05-17 15:34:29 +03:00
dd41758dea
renamed array and hash to list and dictionary
...
Since these are not the ruby classes, we don’t need
the old names. They are misleading.
An Array is a military term, we mean list
And a Hash is an implementation of a Dictionary,
or LookupTable
2015-05-12 19:10:45 +03:00