namechange
This commit is contained in:
@ -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://kide-vm.github.io/2014/06/10/more-clarity.html
|
||||
A work in progress that started from here : http://salama-vm.github.io/2014/06/10/more-clarity.html
|
||||
|
@ -1,5 +1,5 @@
|
||||
# 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
|
||||
# this is not a "normal" ruby file, ie it is not required by salama
|
||||
# instead it is parsed by salama to define part of the salama that runs
|
||||
|
||||
class Array < BaseObject
|
||||
def initialize size
|
||||
|
Reference in New Issue
Block a user