Class: Plasma::Interpreter::RelationNode
- Inherits:
-
PlasmaNode
- Object
- Treetop::Runtime::SyntaxNode
- PlasmaNode
- Plasma::Interpreter::RelationNode
- Defined in:
- lib/plasma/interpreter/plasma_grammarnode.rb
Instance Method Summary collapse
Methods inherited from PlasmaNode
Instance Method Details
#evaluate(env) ⇒ Object
336 337 338 |
# File 'lib/plasma/interpreter/plasma_grammarnode.rb', line 336 def evaluate(env) {sym.text_value.to_sym => plasma.evaluate(env)} end |