323 324 325 326 327 328
# File 'lib/dhall/parser.rb', line 323 def value Dhall::Variable.new( name: capture(:nonreserved_label).value, index: capture(:natural_literal)&.string.to_i ) end