renamed to kide(crystal)

This commit is contained in:
Torsten Ruger
2014-07-17 02:26:13 +03:00
parent fb105cb895
commit 337b1a8ee0
24 changed files with 34 additions and 34 deletions

View File

@ -4,4 +4,4 @@ Here we have a placeholder for things i am currently developing.
Basically Parfait is the smallest amount of code needed to make a ruby-like OO system work.
A work in progress that started from here : http://sapphire-vm.github.io/2014/06/10/more-clarity.html
A work in progress that started from here : http://kide-vm.github.io/2014/06/10/more-clarity.html

View File

@ -1,5 +1,5 @@
# this is not a "normal" ruby file, ie it is not required by sapphire
# instead it is parsed by sapphire to define part of the sapphire that runs
# this is not a "normal" ruby file, ie it is not required by kide
# instead it is parsed by kide to define part of the kide that runs
class Array < BaseObject
def initialize size