Class: Falluto::AssignmentNode

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

Instance Method Summary collapse

Instance Method Details

#valueObject



80
81
82
# File 'lib/falluto/grammar/nodes.rb', line 80

def value
  basic_expr
end

#variableObject



76
77
78
# File 'lib/falluto/grammar/nodes.rb', line 76

def variable
  var_id.stripped
end