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

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

Instance Method Summary collapse

Instance Method Details

#declarationObject



559
560
561
# File 'lib/treetop/compiler/metagrammar.rb', line 559

def declaration
  elements[1]
end

#spaceObject



555
556
557
# File 'lib/treetop/compiler/metagrammar.rb', line 555

def space
  elements[0]
end