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

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

Instance Method Summary collapse

Instance Method Details

#declarationObject



399
400
401
# File 'lib/treetop/compiler/metagrammar.rb', line 399

def declaration
  elements[1]
end

#spaceObject



395
396
397
# File 'lib/treetop/compiler/metagrammar.rb', line 395

def space
  elements[0]
end