starting to rename to rubyx

This commit is contained in:
Torsten Ruger
2017-01-02 00:29:20 +02:00
parent 0397d4064d
commit 1647b746ea
11 changed files with 41 additions and 38 deletions

View File

@ -13,6 +13,6 @@ A normal ruby function is one that is parsed and transformed to code. But not al
be written in ruby, one of those chicken and egg things.
C uses Assembler in this situation, we use Builtin functions.
Slightly more here : http://salama.github.io/2014/06/10/more-clarity.html (then still called Kernel)
Slightly more here : http://ruby-x.org/2014/06/10/more-clarity.html (then still called Kernel)
The Builtin module is scattered into several files, but that is just so the file doesn't get too long.