Module: Treetop::Compiler::Metagrammar::DeclarationSequence0

Defined in:
lib/treetop/compiler/metagrammar.rb

Instance Method Summary collapse

Instance Method Details

#declarationObject



680
681
682
# File 'lib/treetop/compiler/metagrammar.rb', line 680

def declaration
  elements[1]
end

#spaceObject



676
677
678
# File 'lib/treetop/compiler/metagrammar.rb', line 676

def space
  elements[0]
end