Module: DhallishGrammar::IntegerLiteral1

Defined in:
lib/DhallishGrammar.rb

Instance Method Summary collapse

Instance Method Details

#to_nodeObject



572
# File 'lib/DhallishGrammar.rb', line 572

def to_node() Dhallish::Ast::Literal_Node.new(text_value.to_i, Dhallish::Types::Integer)  end