Commit Graph

83 Commits

Author SHA1 Message Date
Torsten Ruger 670ebd06cc remove traces of salama 2017-08-29 18:38:51 +03:00
Torsten Ruger 70479f7074 update object file name to ruby 2017-04-14 14:47:22 +03:00
Torsten Ruger d0df1a2e28 more remote debugging 2017-04-14 14:38:23 +03:00
Torsten Ruger 96f8bf61ca fixing gem file and spec 2017-04-08 17:38:49 +03:00
Torsten Ruger 88eae0e6f0 add colour output to tests 2017-01-04 21:31:03 +02:00
Torsten Ruger 0b431a0011 renamed dependencies too 2017-01-02 00:40:42 +02:00
Torsten Ruger adf35ca038 downgrade thor to avoid warnings 2017-01-01 21:49:43 +02:00
Torsten Ruger fa9807102b upgrade parser to avoid conflicts with opal 2016-12-28 20:38:12 +02:00
Torsten Ruger 456e9b1ec0 folded salama-arm in 2016-12-14 13:43:13 +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 ac13d0e140 add readline as per guard instructions 2016-12-08 12:46:49 +02:00
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