Torsten Ruger
|
7b1e89effb
|
get fragment tests back online
the 58% REALLY doesn’t look good
and things have settle down, so no more excuses
|
2015-07-18 14:33:09 +03:00 |
|
Torsten Ruger
|
46de0f278e
|
fix the boot
was broken for unknown reason really
|
2015-07-18 11:53:04 +03:00 |
|
Torsten Ruger
|
53d8f4b163
|
add source to instruction
for debug
|
2015-07-18 11:21:49 +03:00 |
|
Torsten Ruger
|
50da6a40f2
|
Move the Main instruction from register to virtual
also needs a branch in register.
This way the register level is self sufficient
(noticed while writing debugger)
|
2015-07-17 13:21:57 +03:00 |
|
Torsten Ruger
|
9a48ab1330
|
fix eval for opal consumption
|
2015-07-17 11:39:20 +03:00 |
|
Torsten Ruger
|
b61c73acdd
|
renamed info to MethodSource
|
2015-07-03 20:13:03 +03:00 |
|
Torsten Ruger
|
caa4ae1cf0
|
new tests for space
finds the bug in message creation!
|
2015-07-02 11:09:23 +03:00 |
|
Torsten Ruger
|
32e1903884
|
finished init routine
and better implemented sys calls
|
2015-06-25 16:31:09 +03:00 |
|
Torsten Ruger
|
eeaf2d97de
|
starting to clear up slots
mostly docs
|
2015-06-20 23:49:30 +03:00 |
|
Torsten Ruger
|
1baece99c7
|
split the pass runs to debug
|
2015-06-12 18:52:06 +03:00 |
|
Torsten Ruger
|
6f111a5ae0
|
fix the initial jump
|
2015-06-10 10:43:50 +02:00 |
|
Torsten Ruger
|
5726d2c181
|
move machine to module level
makes for shorter, more concise, access
also remove one more bug possibility
(reinitiation)
|
2015-06-01 08:40:17 +03:00 |
|
Torsten Ruger
|
f08d9659fc
|
getting the symbols to work
|
2015-06-01 08:33:23 +03:00 |
|
Torsten Ruger
|
5d870ef154
|
got it down to string equality/identity
|
2015-05-31 17:54:36 +03:00 |
|
Torsten Ruger
|
03bdc16810
|
fixed layouts
also moved objects to machine, from space
space has a list of objects, but implicit,
not as an explicit array
|
2015-05-31 13:02:29 +03:00 |
|
Torsten Ruger
|
aaa206fbca
|
debugging missing layout
|
2015-05-31 11:07:49 +03:00 |
|
Torsten Ruger
|
deaa062062
|
start to minimize
filter unused methods
Filter works, need to remove still
|
2015-05-30 14:49:47 +03:00 |
|
Torsten Ruger
|
e651b57d08
|
homing in on line length 100
|
2015-05-30 12:20:39 +03:00 |
|
Torsten Ruger
|
5845bde33a
|
binary code to its own class
makes linking easier
|
2015-05-26 20:17:43 +03:00 |
|
Torsten Ruger
|
96c59ac144
|
fixing assembly (wip)
main entry is the main problem, still polishing
|
2015-05-26 20:17:03 +03:00 |
|
Torsten Ruger
|
5670f07eac
|
bit more on booting of the space
|
2015-05-24 19:59:19 +03:00 |
|
Torsten Ruger
|
2ccbea04b9
|
fixing assembly
position code changed and linking too
passes not working
|
2015-05-24 18:05:20 +03:00 |
|
Torsten Ruger
|
1d9ef6d5c8
|
boot process 90 percent done
Creating the class and layout objects in the
right order was tricky, but now mostly done
|
2015-05-23 12:15:06 +03:00 |
|
Torsten Ruger
|
174afb33fb
|
catch errrors
|
2015-05-22 22:50:40 +03:00 |
|
Torsten Ruger
|
6eba363fb8
|
more speration
Separating vm and parfait
especially in method this is hairy, lots of ripples
bug is back in sod (i hope thats a good thing)
|
2015-05-20 17:11:13 +03:00 |
|
Torsten Ruger
|
8ec8a519ba
|
externalize boot process
Booting is complicated, make an own file for it
|
2015-05-19 20:29:33 +03:00 |
|
Torsten Ruger
|
4e3640e432
|
shift code from class to module
as class derives from module, module carries
much of the code that one thinks of as class
class only handles allocation really
|
2015-05-18 12:35:01 +03:00 |
|
Torsten Ruger
|
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 |
|
Torsten Ruger
|
1114f06921
|
rename old layout()
new is called get_layout, but keep old around for
checking
|
2015-05-17 14:41:18 +03:00 |
|
Torsten Ruger
|
fe2be323d8
|
improve boot
also move to superclass not superclass_name in class
Makes ripples
|
2015-05-16 20:16:49 +03:00 |
|
Torsten Ruger
|
7085dee510
|
array to list conversion
start on layouts
|
2015-05-16 14:01:48 +03:00 |
|
Torsten Ruger
|
bee269f7a8
|
just renaming
|
2015-05-16 12:54:11 +03:00 |
|
Torsten Ruger
|
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 |
|
Torsten Ruger
|
9d711e7766
|
moving string to parfait
using parfait::word
also rename builtins string to word
|
2015-05-13 16:17:10 +03:00 |
|
Torsten Ruger
|
f92e5cf475
|
fix all tests again
|
2015-05-13 12:15:14 +03:00 |
|
Torsten Ruger
|
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 |
|
Torsten Ruger
|
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 |
|
Torsten Ruger
|
de8fe46fe0
|
move compiler into virtual
and associated changes in code, requires tests etc
|
2015-05-08 15:10:30 +03:00 |
|
Torsten Ruger
|
9bf5eb2621
|
somewhat correct that message at compile-time idea
|
2015-05-06 15:15:33 +03:00 |
|
Torsten Ruger
|
4f1508ca61
|
moved slots to own directory
|
2015-05-06 08:38:29 +03:00 |
|
Torsten Ruger
|
e4c799ecb6
|
first tests comping through after ast/compile change
|
2015-05-04 23:03:52 +03:00 |
|
Torsten Ruger
|
3659cb4b81
|
make the tests run (and pass) again
|
2015-05-04 11:10:40 +03:00 |
|
Torsten Ruger
|
dbbcc738c4
|
remove walue which was eold
|
2014-10-05 01:18:11 +03:00 |
|
Torsten Ruger
|
d38097aea4
|
fixing pass order by require order (easier to track)
|
2014-10-05 01:12:16 +03:00 |
|
Torsten Ruger
|
9939c6afa0
|
fix imports and name issues
|
2014-10-04 12:52:47 +03:00 |
|
Torsten Ruger
|
c5655b1059
|
a long string of import order and namespace issues which is not over yet
|
2014-10-03 14:52:47 +03:00 |
|
Torsten Ruger
|
1347a85eb7
|
fixing import order
|
2014-10-03 14:33:06 +03:00 |
|
Torsten Ruger
|
9923eb0b07
|
move passes to own dir
|
2014-10-02 16:11:45 +03:00 |
|
Torsten Ruger
|
5a17bf3396
|
more headway on the (new) frame implementation
|
2014-09-27 14:59:16 +03:00 |
|
Torsten Ruger
|
fb42cb16f0
|
move get implementation to virtual as it should not result in register action
|
2014-08-28 08:43:38 +03:00 |
|