Commit Graph

22 Commits

Author SHA1 Message Date
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
4cadfc9ea9 shortening some methods, removing object prefix 2015-10-26 12:58:38 +02:00
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
dcbd3c7091 fold last of the virtual into register 2015-10-22 18:16:29 +03:00
6ac339d998 catching empty blocks
should really clean those away
2015-10-22 15:34:47 +03:00
2842c903e1 fix integers and clock reset 2015-10-22 14:42:23 +03:00
a44b88f570 trigger on state change
also make states symbols
2015-10-21 14:07:29 +03:00
99cff3aa32 fix the if syntax and branches 2015-10-19 16:22:24 +03:00
1fd937927c adjust branch names
IsXXX  with xxx as condition, same as after if_xxx
AlwaysBranch is back to Branch
2015-10-19 16:08:00 +03:00
bdcd0f297d first interpreted tests, fix branch issues
whole branch logic wobbly
better syntax needed, but working(ish) for now
2015-10-19 14:46:12 +03:00
15b570f5cf removing passes (before arm)
collector becomes a function
minimizer unused
2015-10-18 19:27:02 +03:00
ae21feb6dc minor 2015-10-18 17:20:25 +03:00
da5502e301 minor 2015-10-17 19:36:00 +03:00
3d83f203ca fixing and testing operators 2015-10-15 09:32:47 +03:00
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
024e6cb389 ion out last changes from grammar update
surprisingly painless, considering it was more or less a rewrite
2015-10-09 18:06:00 +03:00
83ef902b55 better calcite and operator to expand the interpreter test 2015-10-07 10:05:34 +03:00
501da4d922 ignore 1.9.3
something with the integer encodings doesn’t quite sync
2015-09-27 22:56:20 +03:00
df95b8b54d trigger index for object changed 2015-08-23 02:14:16 +02:00
db31ff7021 implement adding in interpreter 2015-08-09 00:52:27 +03:00
ca14ef8914 fix test result, but not test yet 2015-08-07 16:46:55 +03:00
7216300452 add interpreter here (moved from debugger) 2015-07-30 19:18:12 +03:00