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

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

Instance Method Summary collapse

Instance Method Details

#labeled_sequence_primaryObject



1147
1148
1149
# File 'lib/treetop/compiler/metagrammar.rb', line 1147

def labeled_sequence_primary
  elements[1]
end

#spaceObject



1143
1144
1145
# File 'lib/treetop/compiler/metagrammar.rb', line 1143

def space
  elements[0]
end