Method: Treetop::Compiler::Grammar#parser_name
- Defined in:
- lib/vendor/treetop/lib/treetop/compiler/node_classes/grammar.rb
#parser_name ⇒ Object
23 24 25 |
# File 'lib/vendor/treetop/lib/treetop/compiler/node_classes/grammar.rb', line 23 def parser_name grammar_name.text_value + 'Parser' end |