Torsten Ruger
|
a00f6be3ba
|
remove the space instance from register machine
bad design, probably from the booting
|
2016-12-30 14:04:59 +02:00 |
|
Torsten Ruger
|
ef872edd7a
|
rename instance_methods to just methods
|
2016-12-30 13:33:07 +02:00 |
|
Torsten Ruger
|
8aae8f7425
|
disabling failing test for now
have to add more test and code climate will show where
|
2016-12-29 21:24:11 +02:00 |
|
Torsten Ruger
|
dc56274940
|
refactor also building word
obviously created by copy/paste, more refactoring possible
|
2016-12-15 19:31:39 +02:00 |
|
Torsten Ruger
|
5ea6bfed27
|
refactor builtin object, some machine too
|
2016-12-15 19:20:54 +02:00 |
|
Torsten Ruger
|
884bf23e5f
|
fix elf test
|
2016-12-15 17:57:45 +02:00 |
|
Torsten Ruger
|
021fab31db
|
small things
|
2016-12-14 13:22:47 +02:00 |
|
Torsten Ruger
|
17023fdeb1
|
rename method to typed_method
|
2016-12-12 23:38:55 +02:00 |
|
Torsten Ruger
|
1dbd8c86e0
|
remove parslet dependency
|
2016-12-11 14:05:43 +02:00 |
|
Torsten Ruger
|
ca4bdcc528
|
gets rid of soml-parser completely
|
2016-12-08 20:13:08 +02:00 |
|
Torsten Ruger
|
e2236cf703
|
move soml ast here, now called type as the language is going
|
2016-12-08 19:38:50 +02:00 |
|
Torsten Ruger
|
da553f996f
|
move compiler to typed
starting to get rid of soml, bit by bit
|
2016-12-08 15:25:20 +02:00 |
|
Torsten Ruger
|
4b05b48197
|
some docs
|
2016-12-06 11:38:09 +02:00 |
|
Torsten Ruger
|
4871a52d37
|
better error reporting for parser
|
2015-11-19 10:10:13 +02:00 |
|
Torsten Ruger
|
9075f1af37
|
fixes yet another order dependant bug in the test (not the code)
|
2015-11-09 10:04:37 +02:00 |
|
Torsten Ruger
|
d878ce00d8
|
framework for parfait runtime testing
with interpreter for now
later with arm exec support
|
2015-11-07 17:37:41 +02:00 |
|
Torsten Ruger
|
1be5d1862f
|
need to collect labels for return
so the interpreter can find the object
|
2015-11-03 11:22:26 +02:00 |
|
Torsten Ruger
|
7e24f63327
|
polish sources
|
2015-10-29 22:31:28 +02:00 |
|
Torsten Ruger
|
e6743c7216
|
(string) source knockoffs
|
2015-10-28 21:39:59 +02:00 |
|
Torsten Ruger
|
ef6cb2a069
|
use instruction steam from message
had been attached there last week, but was still used mainly through
the source (which i’m trying to remove)
|
2015-10-28 14:33:38 +02:00 |
|
Torsten Ruger
|
e75517ff05
|
move constants to machine
|
2015-10-28 13:00:23 +02:00 |
|
Torsten Ruger
|
471329917b
|
most of the length and assembly stuff fixed
|
2015-10-25 10:54:19 +02:00 |
|
Torsten Ruger
|
3774f8a5a2
|
use translator and remove passes
the only passes that were left were reg -> arm
those are almost completely one to one, so the idea of passes didn’t fit
|
2015-10-24 17:11:18 +03:00 |
|
Torsten Ruger
|
a871f96630
|
remove passes and achieve the same by translating
|
2015-10-24 11:42:36 +03:00 |
|
Torsten Ruger
|
57f37ec023
|
removed blocks and moved to labels
somewhat easier to understand the code as a linked list
relatively painless change, considering
|
2015-10-23 21:27:36 +03:00 |
|
Torsten Ruger
|
e0c5bc4c11
|
rename phisol to soml
|
2015-10-23 14:22:55 +03:00 |
|
Torsten Ruger
|
dcbd3c7091
|
fold last of the virtual into register
|
2015-10-22 18:16:29 +03:00 |
|