module DhallishGrammar::DoubleLiteral2

Public Instance Methods

to_node() click to toggle source
# File lib/DhallishGrammar.rb, line 755
def to_node() Dhallish::Ast::Literal_Node.new(text_value.to_f, Dhallish::Types::Double) end