remove traces of salama

This commit is contained in:
Torsten Ruger
2017-08-29 18:38:51 +03:00
parent e40346b246
commit 670ebd06cc
11 changed files with 15 additions and 15 deletions

View File

@ -36,7 +36,7 @@ There is an interpreter that can interpret compiled register machine programs.
This is very handy for debugging (an nothing else).
Even more handy is the graphical interface for the interpreter, which is in it's own repository:
salama-debugger.
rubyx-debugger.
Arm / Elf
=========

View File

@ -35,7 +35,7 @@ module Risc
# And so we have a chicken and egg problem. At the end of the boot function we want to have a
# working Space object
# But that has instance variables (List and Dictionary) and off course a class.
# Or more precisely in salama, a Type, that points to a class.
# Or more precisely in rubyx, a Type, that points to a class.
# So we need a Type, but that has Type and Class too. hmmm
#
# The way out is to build empty shell objects and stuff the neccessary data into them