Commit Graph

64 Commits

Author SHA1 Message Date
32e1903884 finished init routine
and better implemented sys calls
2015-06-25 16:31:09 +03:00
eeaf2d97de starting to clear up slots
mostly docs
2015-06-20 23:49:30 +03:00
1baece99c7 split the pass runs to debug 2015-06-12 18:52:06 +03:00
6f111a5ae0 fix the initial jump 2015-06-10 10:43:50 +02:00
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
f08d9659fc getting the symbols to work 2015-06-01 08:33:23 +03:00
5d870ef154 got it down to string equality/identity 2015-05-31 17:54:36 +03:00
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
aaa206fbca debugging missing layout 2015-05-31 11:07:49 +03:00
deaa062062 start to minimize
filter unused methods
Filter works, need to remove still
2015-05-30 14:49:47 +03:00
e651b57d08 homing in on line length 100 2015-05-30 12:20:39 +03:00
5845bde33a binary code to its own class
makes linking easier
2015-05-26 20:17:43 +03:00
96c59ac144 fixing assembly (wip)
main entry is the main problem, still polishing
2015-05-26 20:17:03 +03:00
5670f07eac bit more on booting of the space 2015-05-24 19:59:19 +03:00
2ccbea04b9 fixing assembly
position code changed and linking too
passes not working
2015-05-24 18:05:20 +03:00
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
174afb33fb catch errrors 2015-05-22 22:50:40 +03:00
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
8ec8a519ba externalize boot process
Booting is complicated, make an own file for it
2015-05-19 20:29:33 +03:00
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
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
1114f06921 rename old layout()
new is called get_layout, but keep old around for
checking
2015-05-17 14:41:18 +03:00
fe2be323d8 improve boot
also move to superclass not superclass_name in class
Makes ripples
2015-05-16 20:16:49 +03:00
7085dee510 array to list conversion
start on layouts
2015-05-16 14:01:48 +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
9d711e7766 moving string to parfait
using parfait::word
also rename builtins string to word
2015-05-13 16:17:10 +03:00
f92e5cf475 fix all tests again 2015-05-13 12:15: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
de8fe46fe0 move compiler into virtual
and associated changes in code, requires tests etc
2015-05-08 15:10:30 +03:00
9bf5eb2621 somewhat correct that message at compile-time idea 2015-05-06 15:15:33 +03:00
4f1508ca61 moved slots to own directory 2015-05-06 08:38:29 +03:00
e4c799ecb6 first tests comping through after ast/compile change 2015-05-04 23:03:52 +03:00
3659cb4b81 make the tests run (and pass) again 2015-05-04 11:10:40 +03:00
dbbcc738c4 remove walue which was eold 2014-10-05 01:18:11 +03:00
d38097aea4 fixing pass order by require order (easier to track) 2014-10-05 01:12:16 +03:00
9939c6afa0 fix imports and name issues 2014-10-04 12:52:47 +03:00
c5655b1059 a long string of import order and namespace issues which is not over yet 2014-10-03 14:52:47 +03:00
1347a85eb7 fixing import order 2014-10-03 14:33:06 +03:00
9923eb0b07 move passes to own dir 2014-10-02 16:11:45 +03:00
5a17bf3396 more headway on the (new) frame implementation 2014-09-27 14:59:16 +03:00
fb42cb16f0 move get implementation to virtual as it should not result in register action 2014-08-28 08:43:38 +03:00
7d35732923 renamed method definition to compiled method 2014-08-28 08:10:33 +03:00
dd82095cca reditribute boot dir evenly. some was parfait, some virtual, some kernel 2014-08-24 00:25:15 +03:00
5f3b0c1779 moved list to parf 2014-08-24 00:03:25 +03:00
594784c729 create hard dependency to salama-arm (for now)(as path for now-now) 2014-08-23 21:49:52 +03:00
f0efb1e0d9 start on implementing set 2014-08-23 13:57:14 +03:00
a63e37fc50 scaffold for instance variable get implementation 2014-08-23 10:59:35 +03:00
8effcc866a more machinery to the machine 2014-07-30 21:43:12 +03:00