Torsten Ruger
adca8b21c1
move soml tests out, small cleanup
2016-12-06 15:08:29 +02:00
Torsten Ruger
5ac14ddccc
update gems and fix tests
2016-12-06 12:08:18 +02:00
Torsten Ruger
4b05b48197
some docs
2016-12-06 11:38:09 +02:00
Torsten Ruger
229f5896c6
update to use new ast
...
soml was updated to have a typed ast layer to make programatic creation
easier
this brings LOTS of syntax change with it, that does not really mean
anything at all
All tests pass again so back to the same
2016-03-07 11:55:28 +02:00
Torsten Ruger
d7b210d63a
update parser
2016-03-06 10:48:14 +02:00
Torsten Ruger
278d71b56c
fix docs for rename
2016-02-25 12:03:11 -08:00
Torsten Ruger
27a7657842
add parser and basic test framework
...
that doesnt actually do anything. but WILL, great things, off course
2015-12-01 11:55:33 +02:00
Torsten Ruger
597fa2c8f3
update parser and new version
2015-11-30 20:11:11 +02:00
Torsten Ruger
a8453c126d
use arm shift at runtime
...
arm indexes are in bytes (x4) at compile time
but at runtime we only have the array indexes, iw word indexes
arm has the nice barrel shifter to save us an extra instruction
2015-11-19 12:48:13 +02:00
Torsten Ruger
0643b96641
update arm
...
and small code changes from the fact that just loading a variable does
not change status flags
2015-11-17 02:28:47 +02:00
Torsten Ruger
bc3042a466
use rye to test remotely
...
via ssh , no config yet
2015-11-16 23:23:08 +02:00
Torsten Ruger
f50d7b57a4
fix the putstring sys call indexing
...
index 0 is the marker word , so like in some, all indexes 1 based
works :-)
2015-11-15 22:03:06 +02:00
Torsten Ruger
8e82da0b61
fix arm (assembled) indexing
...
by having a dummy 0 index in salaam. when assembled
2015-11-15 20:42:07 +02:00
Torsten Ruger
8fa92515b5
update arm and small arm fixes
...
constants in arm chunks, needs better solution
2015-11-14 13:05:49 +02:00
Torsten Ruger
6f0d6d831e
update arm and implement most operators
...
multiplication wasn’t implemented
and division isn’t part if arm
neither is rotate by register
2015-11-12 20:02:14 +02:00
Torsten Ruger
9519196a98
update arm
2015-11-04 10:35:30 +02:00
Torsten Ruger
cffbc91821
fix field_def to new syntax
2015-11-02 21:27:37 +02:00
Torsten Ruger
0921073025
remove last block occurrences
...
fixed.
2015-10-25 12:03:31 +02:00
Torsten Ruger
147a77f4e4
fix arm test by fixing arm
2015-10-23 14:46:27 +03:00
Torsten Ruger
dcbd3c7091
fold last of the virtual into register
2015-10-22 18:16:29 +03:00
Torsten Ruger
50379a1fea
update to new syntax and patch tests
...
basic semantics remain, but have to improve test for new functionality
that has to be written for new branch types
2015-10-19 15:31:48 +03:00
Torsten Ruger
1141ed9c99
type now means class name
...
update reader (with new type definition)
remove type class (now symbol)
update all types to class name symbols
2015-10-14 16:16:03 +03:00
Torsten Ruger
aa20f2ca77
renamed reg ref to reg val
...
more appropriate
alas, salaam-arm will break for a sec
2015-10-10 21:38:55 +03:00
Torsten Ruger
4c17ed2e6e
update the reader rewrite and reflect name changes
2015-10-09 17:51:14 +03:00
Torsten Ruger
f88fc8bba1
update version
2015-10-07 15:22:10 +03:00
Torsten Ruger
3d36fd1746
switch back to white quarks ast since he merged
2015-10-06 00:22:51 +03:00
Torsten Ruger
6bdbfcde60
update reader and implement class field
2015-09-27 12:58:54 +03:00
Torsten Ruger
77f0a08060
update and fix class compilation
2015-09-20 16:30:39 +03:00
Torsten Ruger
aa3ced5e75
update reader
2015-09-19 17:57:13 +03:00
Torsten Ruger
ab8bb55789
update reader
2015-09-19 16:26:43 +03:00
Torsten Ruger
0a54d030b5
add guard
2015-08-08 18:08:15 +03:00
Torsten Ruger
21b0702154
fix tests (just using local gem)
2015-08-04 22:01:20 +03:00
Torsten Ruger
9680ff2a71
fxes for add test
2015-08-04 21:46:33 +03:00
Torsten Ruger
4a51bdd643
remove rubygems-task
2015-08-01 13:01:38 +03:00
Torsten Ruger
7216300452
add interpreter here (moved from debugger)
2015-07-30 19:18:12 +03:00
Torsten Ruger
2d0424a370
turned out to be a rewrite of boot process
...
and also attribute handling and fake_memory
luckily there are tests and all is green again
2015-07-21 15:40:25 +03:00
Torsten Ruger
849a92a909
splitting out the compile_name expression
2015-07-19 12:31:35 +03:00
Torsten Ruger
f4f703975b
removed arm and use as gem
2015-07-18 14:12:20 +03:00
Torsten Ruger
bae476657a
add coverage and badges
2015-07-18 13:06:42 +03:00
Torsten Ruger
b2914ac480
add travis and test against github dependencies
2015-07-18 12:03:12 +03:00
Torsten Ruger
fa7d2ced6d
bumped for release
2015-07-09 22:27:28 +03:00
Torsten Ruger
95bc824f9b
update sod
2015-06-20 23:49:09 +03:00
Torsten Ruger
7551a16b6e
pretty names for references
2015-06-19 19:50:53 +03:00
Torsten Ruger
6f46f54714
update sof
2015-05-20 10:56:36 +03:00
Torsten Ruger
097f607bd3
using git sod with new functions
2015-05-15 21:11:11 +03:00
Torsten Ruger
4aca2caa05
using gem version of dependents
2015-05-04 11:10:19 +03:00
Torsten Ruger
8180c67d48
move sof to own repo
2015-05-03 20:38:13 +03:00
Torsten Ruger
e2e692e25d
test readme and test sof
2015-03-25 18:31:18 +02:00
Torsten Ruger
eb85bdd494
removed unneccessary and arm
2014-08-30 18:05:06 +03:00
Torsten Ruger
dd82095cca
reditribute boot dir evenly. some was parfait, some virtual, some kernel
2014-08-24 00:25:15 +03:00