module DhallishGrammar::IntegerLiteral1
Public Instance Methods
to_node()
click to toggle source
# File lib/DhallishGrammar.rb, line 572 def to_node() Dhallish::Ast::Literal_Node.new(text_value.to_i, Dhallish::Types::Integer) end