Class: Heist::Scheme::Cell
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- Heist::Scheme::Cell
- 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
#eval ⇒ Object
83 84 85 |
# File 'lib/heist/parser/nodes.rb', line 83 def eval elements[1].eval end |