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:
5
lib/soml/code/assignment.rb
Normal file
5
lib/soml/code/assignment.rb
Normal file
@ -0,0 +1,5 @@
|
||||
module Soml
|
||||
class Assignment < Statement
|
||||
attr_accessor :name , :value
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user