move to typed structure

on the way to removing the language, the at needs to be replaced with a
typed structure.
This commit is contained in:
Torsten Ruger
2016-03-06 09:40:41 +02:00
parent 9ca03ef115
commit 4a9b492dd9
20 changed files with 223 additions and 43 deletions

View File

@ -0,0 +1,5 @@
module Soml
class Assignment < Statement
attr_accessor :name , :value
end
end