add assignment and self

This commit is contained in:
Torsten Ruger
2017-04-02 12:59:07 +03:00
parent d62e996f7c
commit 27e4e9f501
6 changed files with 26 additions and 8 deletions

View File

@ -17,6 +17,8 @@ module Vool
end
class NilStatement < Statement
end
class SelfStatement < Statement
end
class StringStatement < Statement
attr_accessor :value
def initialize(value)