6a23ef8b26
storing method, not just name in message
...
goes with a rename and other admin
2015-07-01 19:39:23 +03:00
b9e2d4dd21
remove some debug
2015-06-30 10:22:54 +03:00
218fafca05
renames
2015-06-29 20:55:45 +03:00
a00a49ecdb
fix frame indexes
2015-06-28 10:50:47 +03:00
2aba926f1f
start on reworking sys calls
2015-06-22 22:48:42 +03:00
f3ee11fca5
simple set optimisation
...
the price of having simple code (generation) is that
it is sometimes stupid code that gets generated
Filter some of the really daft stuff out
2015-06-21 17:25:27 +03:00
6867175bd1
slot docs and rename
2015-06-21 00:21:42 +03:00
87143091ca
moved sod write method to module
2015-06-19 12:29:41 +03:00
1baece99c7
split the pass runs to debug
2015-06-12 18:52:06 +03:00
9b89f6cb16
move the pass running out of elf
...
and leave it up to user
later partial running planned
2015-06-11 07:04:55 +02:00
ee6f9d733b
rename Mystery
...
just unknown, mystery should be more difficult to find out.
After all we keep run time info, so just need unknown at compile time
2015-06-11 07:04:14 +02:00
1c29fcfd43
mem_length to word/byte length
...
be more specific, and don’t include padding
2015-06-05 09:20:43 +03:00
30d9aaf61b
extract padding functions to module
...
and finally TEST them
its especially the brain bending stuff that needs tests
2015-06-04 08:22:38 +03:00
aea8f20be5
more symbol related fixes
2015-06-01 17:31:35 +03:00
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
079306dbf8
move main to object (from kernel)
2015-05-30 14:49:10 +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
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
422ec64105
all green
...
That fixes all existing tests. Operation successful
Off course there is tests missing :-(
2015-05-20 17:29:08 +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
fe2be323d8
improve boot
...
also move to superclass not superclass_name in class
Makes ripples
2015-05-16 20:16:49 +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
9d711e7766
moving string to parfait
...
using parfait::word
also rename builtins string to word
2015-05-13 16:17:10 +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
451b1c409c
update read me
2015-03-15 11:58:17 +00:00
6e6dd257e4
rename
2014-10-18 13:53:01 +03:00
c51dbf51e1
renamed true,false,nil class to constant (from value)
2014-09-14 18:15:33 +03:00
18f33770b5
fix and use object writer in test
2014-08-30 14:17:00 +03:00
7d35732923
renamed method definition to compiled method
2014-08-28 08:10:33 +03:00
97f68a1a54
basic assembly frame
2014-08-26 22:35:56 +03:00
b4419fc438
start on linking and assembly (again, hurra)
2014-08-25 17:03:39 +03:00
0b65e5840e
move space accesor to boot_space
2014-08-24 21:32:21 +03:00
a7bfb6e6ee
rename (corrected) method def to instance methods in class
2014-08-23 23:57:47 +03:00
a63e37fc50
scaffold for instance variable get implementation
2014-08-23 10:59:35 +03:00
91ce05364a
add FunctionCall instruction and the missing puts (stub)
2014-08-22 15:08:46 +03:00
e19b7be111
getting to where where the puts should be, but it aint there
2014-08-22 10:21:12 +03:00
b305a56576
more work on send
2014-08-22 09:21:59 +03:00
5b1e86da49
more work on send, remove yaml hack in test
2014-08-21 22:57:20 +03:00
2260c680b2
getting the passes back and starting on send
2014-08-21 17:46:12 +03:00