lib/lit/parser/ast.rb in litl-parser-0.1.0 vs lib/lit/parser/ast.rb in litl-parser-0.1.1

- old
+ new

@@ -27,9 +27,10 @@ module Primitive String = Module.new Integer = Module.new Float = Module.new Boolean = Module.new + Unit = Module.new Option = ::Struct.new(:type) Array = ::Struct.new(:type) Map = ::Struct.new(:key_type, :value_type) end end