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

Defined in:
lib/gems/treetop-1.2.4/lib/treetop/compiler/metagrammar.rb

Instance Method Summary collapse

Instance Method Details

#declarationObject



365
366
367
# File 'lib/gems/treetop-1.2.4/lib/treetop/compiler/metagrammar.rb', line 365

def declaration
  elements[1]
end

#spaceObject



361
362
363
# File 'lib/gems/treetop-1.2.4/lib/treetop/compiler/metagrammar.rb', line 361

def space
  elements[0]
end