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