f08d9659fc
getting the symbols to work
2015-06-01 08:33:23 +03:00
bee73801eb
revert to symbols
...
Parfait::Words were nice, but endless problems with the fact that when
you write “String” you get a string.
Symbols take care of uniqueness at the same time
2015-05-31 18:34:18 +03:00
db5c958d2e
fix lists first
2015-05-31 13:26:47 +03:00
079306dbf8
move main to object (from kernel)
2015-05-30 14:49:10 +03:00
96a20ff554
add delete to list
2015-05-30 14:22:33 +03:00
3e9e650764
fix arm tests
2015-05-29 12:47:49 +03:00
2ccbea04b9
fixing assembly
...
position code changed and linking too
passes not working
2015-05-24 18:05:20 +03:00
95ac024421
fix old tests again
2015-05-24 16:55:03 +03:00
1170761922
fix classic index bug
2015-05-24 15:05:58 +03:00
47abdffd1a
minor
2015-05-24 13:54:17 +03:00
1a499a1de9
fix method seperation
...
Since Compiled method split into Method and
CompiledMethodInfo (parfait/vm) lots of call
syntax changes
2015-05-24 13:31:33 +03:00
b4eb14e639
found bug and more tests
2015-05-21 21:50:39 +03:00
422ec64105
all green
...
That fixes all existing tests. Operation successful
Off course there is tests missing :-(
2015-05-20 17:29:08 +03:00
d71547ea01
copy and other improvements for word
...
more tests reveal a bug (fixed) and more docs
2015-05-20 13:50:25 +03:00
c983b1cba5
bit of test cleaning
2015-05-18 10:51:37 +03:00
cfc2c474b2
test compatibility layer
...
test from and to std/parfait objects
for list and word for now
moved some of that code to virtual, out of parfait
2015-05-18 10:47:29 +03:00
d348e7afe7
more parfait ripples
...
changes due to previous changes in parfait api
2015-05-18 10:10:31 +03:00
cff827ad42
final word fix
...
that does the parfait
2015-05-17 15:34:45 +03:00
e70bfb9f7a
many minor parfait fixes
2015-05-17 15:34:29 +03:00
3bdba119c8
fix the list after object fixes
...
start index at 1, but don’t overwrite layout,
so add one
2015-05-17 14:56:06 +03:00
3b268df920
init with nil layout
...
making the default length 1 (the nil layout)
2015-05-17 14:55:10 +03:00
701b0bc011
fix object grow
...
and write a test (and another one …)
2015-05-17 14:44:48 +03:00
1114f06921
rename old layout()
...
new is called get_layout, but keep old around for
checking
2015-05-17 14:41:18 +03:00
8fa501fb91
fix object compiletime
...
and write some tests for it
2015-05-17 14:38:25 +03:00
fe2be323d8
improve boot
...
also move to superclass not superclass_name in class
Makes ripples
2015-05-16 20:16:49 +03:00
bee269f7a8
just renaming
2015-05-16 12:54:11 +03:00
9376b8bc16
work on ObjectWriter
...
Back to the root! but lots of adjusting
ObjectWriter takes machine, machine has space
Virtual constants become Parfait::Objects etc
2015-05-16 12:53:10 +03:00
9d8dc68bf4
fixing all tests
2015-05-15 21:11:44 +03:00
a46dd9f6bf
more word tests
2015-05-15 20:31:43 +03:00
0731a6061a
fix word implementation and tests
...
much better, though wasteful implementation
breaks a few tests, but ploughing on first
2015-05-15 16:45:36 +03:00
9d711e7766
moving string to parfait
...
using parfait::word
also rename builtins string to word
2015-05-13 16:17:10 +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
a94ce51c58
also test array
...
minor (ahm) fixes to array logic
2015-05-12 19:03:14 +03:00
398516a596
fixes parfaits hash by implementing array
...
basic concept holds up as parfaits hash is now
working on parfaits own array
2015-05-12 18:52:01 +03:00
b980def84e
move space to parfait
...
Also make the machine the singleton
and space hang off it
Many repercussions, not all fixed in this commit
2015-05-12 15:36:44 +03:00
6f2affaf36
fix name expression and test
...
plus various cleaning and rename off call_site
2015-05-08 14:34:46 +03:00
2fde50c27a
some more tests fixed
2015-05-06 15:15:53 +03:00
4f1508ca61
moved slots to own directory
2015-05-06 08:38:29 +03:00
cdea4915f9
bit more cleanup after compiler
2015-05-05 15:11:09 +03:00
001af3f8b6
reviving more tests
2015-05-05 14:04:37 +03:00
e4c799ecb6
first tests comping through after ast/compile change
2015-05-04 23:03:52 +03:00
8180c67d48
move sof to own repo
2015-05-03 20:38:13 +03:00
2a0dc7242a
better test doc
2015-04-06 10:28:44 +03:00
5b10f09ea1
fix test
2015-03-28 21:12:03 +02:00
e2e692e25d
test readme and test sof
2015-03-25 18:31:18 +02:00
451b1c409c
update read me
2015-03-15 11:58:17 +00:00
6e6dd257e4
rename
2014-10-18 13:53:01 +03:00
7968cadaf9
remove singleton in arm machine and use class methods
2014-10-04 17:34:51 +03:00
fba66371c0
(semi) proper fix for large moves, integers or virtual constants(was buggy)
2014-09-30 12:07:21 +03:00
527e591e75
fix add instruction and test
2014-09-29 21:04:38 +03:00