This website requires JavaScript.
Explore
Help
Register
Sign In
ruby-x
/
rubyx
Watch
1
Star
0
Fork
0
You've already forked rubyx
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rubyx
/
test
/
risc
/
interpreter
History
Torsten Ruger
fb29fb6431
linked list of methods instead of list of methods
...
api changes slightly, especially for each, but mostly sama sama
2018-04-02 16:36:43 +03:00
..
helper.rb
test interpreters event firing
2018-04-01 22:50:15 +03:00
test_assign_local.rb
fix remaining constant issues
2018-03-31 13:58:08 +03:00
test_div10.rb
fix div10
2018-04-01 14:50:13 +03:00
test_dynamic_call.rb
linked list of methods instead of list of methods
2018-04-02 16:36:43 +03:00
test_events.rb
test interpreters event firing
2018-04-01 22:50:15 +03:00
test_get_byte.rb
add returns to tests so program ends in syscall exit
2018-04-01 22:19:21 +03:00
test_minus.rb
add integer minus
2018-04-01 15:26:53 +03:00
test_mod.rb
fix mod4
2018-04-01 15:13:12 +03:00
test_mult.rb
adds multiplication
2018-04-01 21:18:08 +03:00
test_plus.rb
fix integer plus
2018-04-01 14:56:01 +03:00
test_puts.rb
fix putstring
2018-04-01 18:57:43 +03:00
test_return.rb
fix remaining constant issues
2018-03-31 13:58:08 +03:00
test_set_byte.rb
add returns to tests so program ends in syscall exit
2018-04-01 22:19:21 +03:00
test_simple_if10.rb
simplest if
2018-04-01 22:42:27 +03:00