Class: Heist::Scheme::Cell

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/heist/parser/nodes.rb

Overview

Cells are any piece of Scheme data: numbers, booleans, strings, lists. Any building block of Scheme code goes in a Cell.

Instance Method Summary collapse

Instance Method Details

#evalObject



83
84
85
# File 'lib/heist/parser/nodes.rb', line 83

def eval
  elements[1].eval
end