Torsten Rüger
|
5d1d485565
|
move mom instruction up one
just like the risc one, also some basic tests
|
2019-08-06 20:44:39 +03:00 |
|
Torsten Ruger
|
20a88f9ac8
|
sorting mom instructions and statements into separate dirs
|
2018-03-13 16:51:33 +05:30 |
|
Torsten Ruger
|
96800fd8fd
|
starting to_risc descent
just fleshing it for now
|
2018-03-13 16:16:06 +05:30 |
|
Torsten Ruger
|
b297650b78
|
adds a mom version of basic values
|
2018-03-13 12:30:51 +05:30 |
|
Torsten Ruger
|
2739747453
|
a start on dynamic dispatch (wip)
|
2017-09-14 16:07:02 +03:00 |
|
Torsten Ruger
|
afbcbca4da
|
extracting some of the calling into own instructions
|
2017-09-11 14:22:33 +03:00 |
|
Torsten Ruger
|
985dc9904d
|
copied list code from risc instructions
|
2017-09-08 13:10:22 +03:00 |
|
Torsten Ruger
|
9a1e4a6f27
|
own statements class for mom
so we don’t have to deal with arrays (as a special case)
and use method sending as is good oo
|
2017-09-06 12:33:46 +03:00 |
|
Torsten Ruger
|
0e51492430
|
introduce statement class for mom
|
2017-09-06 12:11:30 +03:00 |
|
Torsten Ruger
|
af85cb7c67
|
adds mom while
much like the if, difference will show later in the jump arrangement
|
2017-09-05 12:04:52 +03:00 |
|
Torsten Ruger
|
dab4e74659
|
Reworking if statement
Using 2 phase approach
Flattening tbd
|
2017-09-04 21:00:08 +03:00 |
|
Torsten Ruger
|
b6fa8261e6
|
first stab at moms if
|
2017-08-30 17:21:13 +03:00 |
|
Torsten Ruger
|
0d43987005
|
start to compile send
still very hacked version of simple call, but a start
|
2017-04-15 20:58:39 +03:00 |
|
Torsten Ruger
|
265b25d5f4
|
introduce return_sequence instruction to mom
|
2017-04-14 21:01:50 +03:00 |
|
Torsten Ruger
|
9c499c7a19
|
actually start doing something in to_mom
though still dummy
|
2017-04-12 11:53:02 +03:00 |
|
Torsten Ruger
|
0233e91355
|
basic mom directory structure and a readme
|
2017-04-10 11:47:18 +03:00 |
|