Class: Lucio::Grammar

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

Instance Method Summary collapse

Instance Method Details

#evalObject



5
6
7
# File 'lib/lucio/grammar.rb', line 5

def eval
  Lucio::Runner.run make_tree(elements)
end