Module: Treetop::Compiler::Metagrammar::Sequence0

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

Instance Method Summary collapse

Instance Method Details

#labeled_sequence_primaryObject



1056
1057
1058
# File 'lib/treetop/compiler/metagrammar.rb', line 1056

def labeled_sequence_primary
  elements[1]
end

#spaceObject



1052
1053
1054
# File 'lib/treetop/compiler/metagrammar.rb', line 1052

def space
  elements[0]
end