Module: DhallishGrammar::OptionalLiteral0

Defined in:
lib/DhallishGrammar.rb

Instance Method Summary collapse

Instance Method Details

#expObject



2230
2231
2232
# File 'lib/DhallishGrammar.rb', line 2230

def exp
  elements[2]
end

#prefixObject



2222
2223
2224
# File 'lib/DhallishGrammar.rb', line 2222

def prefix
  elements[0]
end

#spaceObject



2226
2227
2228
# File 'lib/DhallishGrammar.rb', line 2226

def space
  elements[1]
end