rubyx/lib/vm
2014-05-05 09:51:16 +03:00
..
block.rb getting better, but somethings off 2014-05-05 09:35:40 +03:00
code.rb getting better, but somethings off 2014-05-05 09:35:40 +03:00
context.rb so close i can smell it, checkpoint 2014-05-03 22:18:04 +03:00
function_call.rb getting better, but somethings off 2014-05-05 09:35:40 +03:00
function.rb getting better, but somethings off 2014-05-05 09:35:40 +03:00
instruction.rb so close i can smell it, checkpoint 2014-05-03 22:18:04 +03:00
kernel.rb getting better, but somethings off 2014-05-05 09:35:40 +03:00
machine.rb so close i can smell it, checkpoint 2014-05-03 22:18:04 +03:00
program.rb getting better, but somethings off 2014-05-05 09:35:40 +03:00
README.markdown created own directory for parser 2014-04-27 15:38:07 +03:00
values.rb upgrades ast to first class 2014-05-05 09:51:16 +03:00

Virtual Machine

This is the logic that uses the generated ast to produce code, using the asm layer.

Apart from shuffeling things around from one layer to the other, it keeps track about registers and provides the stack glue. All the stuff a compiler would usually do.

Also all syscalls are abstracted as functions.