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