From d9d9ff28192dbf16971e64f43ed99dfbe281f4fe Mon Sep 17 00:00:00 2001 From: Charlotte Koch Date: Sat, 29 Feb 2020 16:51:26 -0800 Subject: [PATCH] Import ruby-treetop16 It's different from textproc/ruby-treetop, which seems to be locked in at Treetop 1.4 or something. --- Makefile | 1 + ruby-treetop16/DESCR | 18 ++ ruby-treetop16/Makefile | 17 ++ ruby-treetop16/PLIST | 659 ++++++++++++++++++++++++++++++++++++++++ ruby-treetop16/distinfo | 6 + 5 files changed, 701 insertions(+) create mode 100644 ruby-treetop16/DESCR create mode 100644 ruby-treetop16/Makefile create mode 100644 ruby-treetop16/PLIST create mode 100644 ruby-treetop16/distinfo diff --git a/Makefile b/Makefile index 2f1319beb5..0c43c38c29 100644 --- a/Makefile +++ b/Makefile @@ -4401,6 +4401,7 @@ SUBDIR+= ruby-teamocil SUBDIR+= ruby-termit SUBDIR+= ruby-therubyracer SUBDIR+= ruby-travis +SUBDIR+= ruby-treetop16 SUBDIR+= ruby-trollop SUBDIR+= ruby-twitter-text1 SUBDIR+= ruby-typhoeus diff --git a/ruby-treetop16/DESCR b/ruby-treetop16/DESCR new file mode 100644 index 0000000000..eeee4e1a62 --- /dev/null +++ b/ruby-treetop16/DESCR @@ -0,0 +1,18 @@ +Languages can be split into two components, their *syntax* and their +*semantics*. It's your understanding of English syntax that tells you +the stream of words "Sleep furiously green ideas colorless" is not a +valid sentence. Semantics is deeper. Even if we rearrange the above +sentence to be "Colorless green ideas sleep furiously", which is +syntactically correct, it remains nonsensical on a semantic +level. With Treetop, you'll be dealing with languages that are much +simpler than English, but these basic concepts apply. Your programs +will need to address both the syntax and the semantics of the +languages they interpret. + +Treetop equips you with powerful tools for each of these two aspects +of interpreter writing. You'll describe the syntax of your language +with a *parsing expression grammar*. From this description, Treetop +will generate a Ruby parser that transforms streams of characters +written into your language into *abstract syntax trees* representing +their structure. You'll then describe the semantics of your language +in Ruby by defining methods on the syntax trees the parser generates. diff --git a/ruby-treetop16/Makefile b/ruby-treetop16/Makefile new file mode 100644 index 0000000000..82c096d10c --- /dev/null +++ b/ruby-treetop16/Makefile @@ -0,0 +1,17 @@ +# $NetBSD$ + +DISTNAME= treetop-1.6.10 +CATEGORIES= textproc + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/nathansobo/treetop +COMMENT= Ruby-based text parsing and interpretation DSL +LICENSE= mit + +DEPENDS+= ${RUBY_PKGPREFIX}-polyglot>=0.3.1:../../devel/ruby-polyglot + +CONFLICTS= ruby[1-9][0-9]-treetop-[0-9]* +OVERRIDE_GEMSPEC+= polyglot: + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/ruby-treetop16/PLIST b/ruby-treetop16/PLIST new file mode 100644 index 0000000000..bb44156700 --- /dev/null +++ b/ruby-treetop16/PLIST @@ -0,0 +1,659 @@ +@comment $NetBSD$ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/HeadNode/cdesc-HeadNode.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/HeadNode/forward-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/HeadNode/forward_markers-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/HeadNode/height-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/HeadNode/new-c.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/HeadNode/top_level-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/Node/all_forward_markers-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/Node/can_be_promoted_higher%3f-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/Node/cdesc-Node.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/Node/delete-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/Node/delete_marker_from_path-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/Node/demote_inbound_markers-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/Node/demote_markers-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/Node/demote_outbound_markers-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/Node/endpoint_of-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/Node/forward_node_with_marker_at_or_above_level%3f-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/Node/key-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/Node/markers-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/Node/new-c.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/Node/place_marker_on_inbound_path-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/Node/place_marker_on_outbound_path-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/Node/promote_markers-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/Node/propagate_length_change-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/Node/update_forward_pointers-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/can_ascend_from%3f-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/can_descend_from%3f-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/cdesc-IntervalSkipList.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/containing-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/containing_with_node-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/delete-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/delete_node-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/empty%3f-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/expire-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/find-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/head-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/insert-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/insert_node-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/make_path-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/mark_forward_path_at_level-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/max_height-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/new-c.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/next_node_at_level_inside_range%3f-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/next_node_at_level_outside_range%3f-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/next_node_height-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/node_inside_range%3f-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/nodes-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/overlapping-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/probability-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/ranges-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/IntervalSkipList/unmark_forward_path_at_level-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Object/cdesc-Object.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/String/blank%3f-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/String/cdesc-String.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/String/column_of-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/String/line_of-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/String/tabto-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/String/treetop_camelize-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/AndPredicate/cdesc-AndPredicate.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/AndPredicate/when_failure-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/AndPredicate/when_success-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/AnythingSymbol/cdesc-AnythingSymbol.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/AnythingSymbol/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/AnythingSymbol/expected-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/AnythingSymbol/inline_module-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/AtomicExpression/cdesc-AtomicExpression.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/AtomicExpression/inline_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/AtomicExpression/single_quote-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/CharacterClass/cdesc-CharacterClass.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/CharacterClass/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/CharacterClass/expected-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/CharacterClass/grounded_regexp-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/CharacterClass/inline_module-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Choice/cdesc-Choice.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Choice/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Choice/compile_alternatives-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Choice/expected-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/DeclarationSequence/cdesc-DeclarationSequence.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/DeclarationSequence/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/DeclarationSequence/rules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Grammar/cdesc-Grammar.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Grammar/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Grammar/indent_level-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Grammar/parser_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/GrammarCompiler/cdesc-GrammarCompiler.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/GrammarCompiler/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/GrammarCompiler/ruby_source-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/GrammarCompiler/ruby_source_from_string-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/InlineModule/cdesc-InlineModule.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/InlineModule/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/InlineModule/ruby_code-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/InlineModuleMixin/cdesc-InlineModuleMixin.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/InlineModuleMixin/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/InlineModuleMixin/module_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/LexicalAddressSpace/cdesc-LexicalAddressSpace.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/LexicalAddressSpace/new-c.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/LexicalAddressSpace/next_address-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/LexicalAddressSpace/reset_addresses-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/BracketExpression0/cdesc-BracketExpression0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/CharacterClass0/cdesc-CharacterClass0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/CharacterClass1/cdesc-CharacterClass1.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/CharacterClass2/cdesc-CharacterClass2.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/CharacterClass3/cdesc-CharacterClass3.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/CharacterClass3/characters-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/CharacterClass4/cdesc-CharacterClass4.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/CharacterClass4/characters-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Choice0/alternative-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Choice0/cdesc-Choice0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Choice1/cdesc-Choice1.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Choice1/head-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Choice1/tail-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Choice2/alternatives-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Choice2/cdesc-Choice2.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Choice2/inline_module-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Choice2/inline_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Choice2/parent_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Choice2/tail-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/CommentToEol0/cdesc-CommentToEol0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/CommentToEol1/cdesc-CommentToEol1.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/DeclarationSequence0/cdesc-DeclarationSequence0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/DeclarationSequence0/declaration-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/DeclarationSequence0/space-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/DeclarationSequence1/cdesc-DeclarationSequence1.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/DeclarationSequence1/head-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/DeclarationSequence1/tail-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/DeclarationSequence2/cdesc-DeclarationSequence2.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/DeclarationSequence2/declarations-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/DeclarationSequence2/tail-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/DeclarationSequence3/cdesc-DeclarationSequence3.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/DeclarationSequence3/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/DoubleQuotedString0/cdesc-DoubleQuotedString0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/DoubleQuotedString1/cdesc-DoubleQuotedString1.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/DoubleQuotedString1/string-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Grammar0/cdesc-Grammar0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Grammar0/space-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Grammar1/cdesc-Grammar1.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Grammar1/declaration_sequence-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Grammar1/grammar_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Grammar1/space1-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Grammar1/space2-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/GrammarName0/cdesc-GrammarName0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/IncludeDeclaration0/cdesc-IncludeDeclaration0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/IncludeDeclaration0/space-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/IncludeDeclaration1/cdesc-IncludeDeclaration1.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/IncludeDeclaration1/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/InlineModule0/cdesc-InlineModule0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/InlineModule1/cdesc-InlineModule1.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/KeywordInsideGrammar0/cdesc-KeywordInsideGrammar0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/LabeledExpressionSequenceBody0/cdesc-LabeledExpressionSequenceBody0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/LabeledExpressionSequenceBody0/head-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/LabeledExpressionSequenceBody0/tail-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/LabeledSequencePrimary0/cdesc-LabeledSequencePrimary0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/LabeledSequencePrimary0/named_label-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/LabeledSequencePrimary0/sequence_primary-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/LabeledSequencePrimary1/cdesc-LabeledSequencePrimary1.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/LabeledSequencePrimary1/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/LabeledSequencePrimary1/inline_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/LabeledSequencePrimary1/label_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/LabeledSequencePrimary1/parent_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ModuleDeclaration0/cdesc-ModuleDeclaration0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ModuleDeclaration1/cdesc-ModuleDeclaration1.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ModuleDeclaration2/cdesc-ModuleDeclaration2.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ModuleDeclaration2/name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ModuleDeclaration2/space1-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ModuleDeclaration2/space2-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ModuleDeclaration3/cdesc-ModuleDeclaration3.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ModuleDeclaration3/space-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ModuleDeclaration4/cdesc-ModuleDeclaration4.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ModuleDeclaration4/module_contents-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ModuleDeclaration4/module_prefix-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ModuleDeclaration4/suffix-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ModuleDeclaration5/cdesc-ModuleDeclaration5.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ModuleDeclaration5/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ModuleDeclaration5/parser_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/NamedLabel0/alpha_char-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/NamedLabel0/cdesc-NamedLabel0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/NamedLabel1/cdesc-NamedLabel1.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/NamedLabel2/cdesc-NamedLabel2.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/NamedLabel2/name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/NodeClassDeclarations0/cdesc-NodeClassDeclarations0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/NodeClassDeclarations0/node_class_expression-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/NodeClassDeclarations0/trailing_inline_module-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/NodeClassDeclarations1/cdesc-NodeClassDeclarations1.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/NodeClassDeclarations1/inline_module-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/NodeClassDeclarations1/inline_module_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/NodeClassDeclarations1/inline_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/NodeClassDeclarations1/node_class_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/NodeClassExpression0/cdesc-NodeClassExpression0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/NodeClassExpression1/cdesc-NodeClassExpression1.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/NodeClassExpression1/space-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/NodeClassExpression2/cdesc-NodeClassExpression2.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/NodeClassExpression2/node_class_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/NodeClassExpression3/cdesc-NodeClassExpression3.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/NodeClassExpression3/node_class_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/NonSpaceChar0/cdesc-NonSpaceChar0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Nonterminal0/alpha_char-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Nonterminal0/cdesc-Nonterminal0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Nonterminal1/cdesc-Nonterminal1.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/NullLabel0/cdesc-NullLabel0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/NullLabel0/name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/OccurrenceRange0/cdesc-OccurrenceRange0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/OccurrenceRange0/max-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/OccurrenceRange0/min-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ParenthesizedExpression0/cdesc-ParenthesizedExpression0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ParenthesizedExpression0/parsing_expression-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ParenthesizedExpression1/cdesc-ParenthesizedExpression1.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ParenthesizedExpression1/inline_module-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ParenthesizedExpression1/inline_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ParenthesizedExpression1/parent_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ParsingRule0/cdesc-ParsingRule0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ParsingRule0/space-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ParsingRule1/cdesc-ParsingRule1.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ParsingRule1/nonterminal-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ParsingRule1/parsing_expression-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ParsingRule1/space1-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ParsingRule1/space2-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/ParsingRule1/space3-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/PredicateBlock0/cdesc-PredicateBlock0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/PredicateBlock0/inline_module-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary0/atomic-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary0/cdesc-Primary0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary0/prefix-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary1/cdesc-Primary1.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary1/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary1/inline_module-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary1/inline_module_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary1/inline_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary1/parent_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary1/prefixed_expression-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary2/atomic-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary2/cdesc-Primary2.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary2/prefix-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary3/cdesc-Primary3.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary3/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary3/inline_module-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary3/inline_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary3/parent_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary3/prefixed_expression-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary4/atomic-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary4/cdesc-Primary4.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary4/node_class_declarations-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary4/suffix-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary5/cdesc-Primary5.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary5/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary5/inline_module-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary5/inline_module_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary5/inline_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary5/node_class_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary5/optional_expression-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary5/parent_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary6/atomic-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary6/cdesc-Primary6.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary6/node_class_declarations-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary7/cdesc-Primary7.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary7/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary7/inline_module-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary7/inline_module_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary7/inline_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary7/node_class_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Primary7/parent_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/QuotedString0/cdesc-QuotedString0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/QuotedString0/modifiers-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/QuotedString0/qs-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/QuotedString1/cdesc-QuotedString1.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/QuotedString1/string-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/RequireStatement0/cdesc-RequireStatement0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/RequireStatement0/spacing-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Sequence0/cdesc-Sequence0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Sequence0/node_class_declarations-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Sequence0/sequence_body-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Sequence1/cdesc-Sequence1.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Sequence1/inline_module-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Sequence1/inline_module_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Sequence1/inline_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Sequence1/parent_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Sequence1/sequence_elements-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/Sequence1/tail-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SequencePrimary0/atomic-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SequencePrimary0/cdesc-SequencePrimary0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SequencePrimary0/prefix-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SequencePrimary1/cdesc-SequencePrimary1.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SequencePrimary1/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SequencePrimary1/inline_module_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SequencePrimary1/inline_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SequencePrimary1/parent_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SequencePrimary1/prefixed_expression-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SequencePrimary2/atomic-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SequencePrimary2/cdesc-SequencePrimary2.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SequencePrimary2/prefix-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SequencePrimary3/cdesc-SequencePrimary3.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SequencePrimary3/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SequencePrimary3/inline_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SequencePrimary3/parent_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SequencePrimary3/prefixed_expression-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SequencePrimary4/atomic-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SequencePrimary4/cdesc-SequencePrimary4.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SequencePrimary4/suffix-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SequencePrimary5/cdesc-SequencePrimary5.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SequencePrimary5/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SequencePrimary5/inline_module_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SequencePrimary5/inline_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SequencePrimary5/node_class_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SequencePrimary5/parent_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SingleQuotedString0/cdesc-SingleQuotedString0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SingleQuotedString1/cdesc-SingleQuotedString1.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/SingleQuotedString1/string-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/TrailingInlineModule0/cdesc-TrailingInlineModule0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/TrailingInlineModule0/inline_module-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/TrailingInlineModule0/space-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/TrailingInlineModule1/cdesc-TrailingInlineModule1.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/TrailingInlineModule1/inline_module_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/TrailingInlineModule1/inline_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/TrailingInlineModule1/parent_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/TrailingInlineModule2/cdesc-TrailingInlineModule2.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/TrailingInlineModule2/inline_module-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/TrailingInlineModule2/inline_module_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/TrailingInlineModule2/inline_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/TrailingInlineModule2/parent_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/TreetopFile0/cdesc-TreetopFile0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/TreetopFile0/require_statement-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/TreetopFile1/cdesc-TreetopFile1.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/TreetopFile1/module_or_grammar-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/TreetopFile1/requires-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/TreetopFile1/spacing-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/TreetopFile1/suffix-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/TreetopFile2/cdesc-TreetopFile2.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/TreetopFile2/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/UnlabeledSequencePrimary0/cdesc-UnlabeledSequencePrimary0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/UnlabeledSequencePrimary0/null_label-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/UnlabeledSequencePrimary0/sequence_primary-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/UnlabeledSequencePrimary1/cdesc-UnlabeledSequencePrimary1.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/UnlabeledSequencePrimary1/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/UnlabeledSequencePrimary1/inline_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/UnlabeledSequencePrimary1/label_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/UnlabeledSequencePrimary1/parent_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/VariableLengthSequenceBody0/cdesc-VariableLengthSequenceBody0.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/VariableLengthSequenceBody0/optionally_labeled_sequence_primary-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/VariableLengthSequenceBody0/space-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/VariableLengthSequenceBody1/cdesc-VariableLengthSequenceBody1.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/VariableLengthSequenceBody1/head-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/VariableLengthSequenceBody1/tail-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/VariableLengthSequenceBody2/cdesc-VariableLengthSequenceBody2.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/VariableLengthSequenceBody2/tail-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_alpha_char-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_alphanumeric_char-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_alternative-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_anything_symbol-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_atomic-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_bracket_expression-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_character_class-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_choice-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_comment_to_eol-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_declaration-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_declaration_sequence-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_double_quoted_string-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_grammar-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_grammar_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_include_declaration-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_inline_module-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_keyword_inside_grammar-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_label-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_labeled_expression_sequence_body-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_labeled_sequence_primary-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_module_declaration-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_module_or_grammar-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_named_label-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_node_class_declarations-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_node_class_expression-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_non_space_char-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_nonterminal-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_null_label-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_occurrence_range-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_optional_suffix-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_optionally_labeled_sequence_primary-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_parenthesized_expression-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_parsing_expression-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_parsing_rule-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_predicate_block-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_prefix-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_primary-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_quoted_string-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_repetition_suffix-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_require_statement-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_sequence-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_sequence_body-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_sequence_primary-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_single_quoted_string-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_space-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_suffix-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_terminal-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_trailing_inline_module-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_treetop_file-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_unlabeled_sequence_primary-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_variable_length_sequence_body-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/_nt_white-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/cdesc-Metagrammar.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Metagrammar/root-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/MetagrammarParser/cdesc-MetagrammarParser.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Nonterminal/cdesc-Nonterminal.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Nonterminal/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Nonterminal/inline_module-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/NotPredicate/cdesc-NotPredicate.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/NotPredicate/when_failure-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/NotPredicate/when_success-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/OccurrenceRange/cdesc-OccurrenceRange.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/OccurrenceRange/clean_unsaturated-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/OccurrenceRange/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/OccurrenceRange/expected-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/OneOrMore/cdesc-OneOrMore.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/OneOrMore/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/OneOrMore/expected-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/OneOrMore/max-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Optional/cdesc-Optional.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Optional/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParenthesizedExpression/cdesc-ParenthesizedExpression.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParenthesizedExpression/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParenthesizedExpression/expected-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/accumulate_subexpression_result-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/accumulator_var-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/address-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/assign_failure-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/assign_lazily_instantiated_node-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/assign_result-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/begin_comment-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/builder-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/cdesc-ParsingExpression.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/declared_module_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/decorated%3f-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/end_comment-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/epsilon_node-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/expected-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/extend_result-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/extend_result_with_declared_module-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/extend_result_with_inline_module-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/init_value-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/inline_module_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/node_class_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/obtain_new_subexpression_address-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/on_one_line-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/optional_arg-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/parent_expression-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/reset_index-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/result_var-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/start_index_var-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/subexpression_address-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/subexpression_result_var-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/subexpression_success%3f-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/use_vars-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/var-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/var_initialization-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingExpression/var_symbols-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingRule/cdesc-ParsingRule.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingRule/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingRule/compile_inline_module_declarations-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingRule/generate_cache_lookup-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingRule/generate_cache_storage-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingRule/generate_method_definition-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingRule/method_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ParsingRule/name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Predicate/assign_failure-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Predicate/assign_success-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Predicate/cdesc-Predicate.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Predicate/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/PredicateBlock/cdesc-PredicateBlock.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/PredicateBlock/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/PredicateBlock/expected-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Repetition/assign_and_extend_result-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Repetition/cdesc-Repetition.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Repetition/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Repetition/inline_module_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/RubyBuilder/%3c%3c-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/RubyBuilder/accumulate-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/RubyBuilder/address_space-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/RubyBuilder/assign-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/RubyBuilder/break-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/RubyBuilder/cdesc-RubyBuilder.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/RubyBuilder/class_declaration-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/RubyBuilder/else_-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/RubyBuilder/extend-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/RubyBuilder/if_-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/RubyBuilder/if__-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/RubyBuilder/in-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/RubyBuilder/indent-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/RubyBuilder/indented-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/RubyBuilder/level-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/RubyBuilder/loop-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/RubyBuilder/method_declaration-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/RubyBuilder/module_declaration-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/RubyBuilder/new-c.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/RubyBuilder/newline-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/RubyBuilder/next_address-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/RubyBuilder/out-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/RubyBuilder/reset_addresses-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/RubyBuilder/ruby-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Sequence/cdesc-Sequence.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Sequence/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Sequence/compile_sequence_elements-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Sequence/expected-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Sequence/node_class_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Sequence/sequence_element_accessor_module-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Sequence/sequence_element_accessor_module_name-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/SequenceElementAccessorModule/cdesc-SequenceElementAccessorModule.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/SequenceElementAccessorModule/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/SequenceElementAccessorModule/new-c.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/SequenceElementAccessorModule/sequence_elements-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Terminal/cdesc-Terminal.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Terminal/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Terminal/expected-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/Terminal/inline_module-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/TransientPrefix/cdesc-TransientPrefix.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/TransientPrefix/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/TreetopFile/cdesc-TreetopFile.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/TreetopFile/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ZeroOrMore/cdesc-ZeroOrMore.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ZeroOrMore/compile-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/ZeroOrMore/max-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Compiler/cdesc-Compiler.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Polyglot/cdesc-Polyglot.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/CompiledParser/cdesc-CompiledParser.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/CompiledParser/consume_all_input%3f-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/CompiledParser/consume_all_input-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/CompiledParser/failure_column-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/CompiledParser/failure_index-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/CompiledParser/failure_line-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/CompiledParser/failure_reason-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/CompiledParser/forget_failures_to_here-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/CompiledParser/has_terminal%3f-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/CompiledParser/index-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/CompiledParser/input-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/CompiledParser/input_length-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/CompiledParser/instantiate_node-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/CompiledParser/max_terminal_failure_index-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/CompiledParser/new-c.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/CompiledParser/node_cache-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/CompiledParser/parse-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/CompiledParser/parse_anything-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/CompiledParser/prepare_to_parse-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/CompiledParser/reset_index-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/CompiledParser/root-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/CompiledParser/terminal_failures-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/CompiledParser/terminal_parse_failure-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/SyntaxNode/%3c%3d%3e-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/SyntaxNode/cdesc-SyntaxNode.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/SyntaxNode/dot_id-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/SyntaxNode/elements-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/SyntaxNode/empty%3f-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/SyntaxNode/extension_modules-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/SyntaxNode/input-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/SyntaxNode/inspect-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/SyntaxNode/inspect_children-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/SyntaxNode/inspect_self-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/SyntaxNode/interval-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/SyntaxNode/new-c.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/SyntaxNode/nonterminal%3f-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/SyntaxNode/parent-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/SyntaxNode/terminal%3f-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/SyntaxNode/text_value-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/SyntaxNode/write_dot-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/SyntaxNode/write_dot_file-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/TerminalParseFailure/cdesc-TerminalParseFailure.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/TerminalParseFailure/expected_string-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/TerminalParseFailure/index-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/TerminalParseFailure/new-c.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/TerminalParseFailure/to_s-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/TerminalParseFailure/unexpected-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/TerminalSyntaxNode/cdesc-TerminalSyntaxNode.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/TerminalSyntaxNode/inspect-i.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/TerminalSyntaxNode/new-c.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/Runtime/cdesc-Runtime.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/VERSION/cdesc-VERSION.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/cdesc-Treetop.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/load-c.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Treetop/load_from_string-c.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/Trusted/cdesc-Trusted.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/cache.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/lib/treetop/compiler/page-metagrammar_treetop.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/page-LICENSE.ri +${GEM_HOME}/doc/${GEM_NAME}/ri/page-README_md.ri +${GEM_HOME}/specifications/${GEM_NAME}.gemspec +${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/History.txt +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/Treetop.tmbundle/Preferences/Comments.tmPreferences +${GEM_LIBDIR}/Treetop.tmbundle/Snippets/grammar ___ end.tmSnippet +${GEM_LIBDIR}/Treetop.tmbundle/Snippets/rule ___ end.tmSnippet +${GEM_LIBDIR}/Treetop.tmbundle/Support/nibs/SyntaxTreeViewer.nib/designable.nib +${GEM_LIBDIR}/Treetop.tmbundle/Support/nibs/SyntaxTreeViewer.nib/keyedobjects.nib +${GEM_LIBDIR}/Treetop.tmbundle/Support/syntax_tree_viewer.rb +${GEM_LIBDIR}/Treetop.tmbundle/Syntaxes/Treetop Grammar.tmLanguage +${GEM_LIBDIR}/Treetop.tmbundle/info.plist +${GEM_LIBDIR}/bin/tt +${GEM_LIBDIR}/doc/contributing_and_planned_features.markdown +${GEM_LIBDIR}/doc/grammar_composition.markdown +${GEM_LIBDIR}/doc/index.markdown +${GEM_LIBDIR}/doc/pitfalls_and_advanced_techniques.markdown +${GEM_LIBDIR}/doc/semantic_interpretation.markdown +${GEM_LIBDIR}/doc/site.rb +${GEM_LIBDIR}/doc/sitegen.rb +${GEM_LIBDIR}/doc/syntactic_recognition.markdown +${GEM_LIBDIR}/doc/tt.1 +${GEM_LIBDIR}/doc/using_in_ruby.markdown +${GEM_LIBDIR}/examples/indented_blocks/indented_blocks.tt +${GEM_LIBDIR}/examples/indented_blocks/indented_blocks_test.rb +${GEM_LIBDIR}/examples/lambda_calculus/arithmetic.rb +${GEM_LIBDIR}/examples/lambda_calculus/arithmetic.treetop +${GEM_LIBDIR}/examples/lambda_calculus/arithmetic_node_classes.rb +${GEM_LIBDIR}/examples/lambda_calculus/arithmetic_test.rb +${GEM_LIBDIR}/examples/lambda_calculus/lambda_calculus.rb +${GEM_LIBDIR}/examples/lambda_calculus/lambda_calculus.treetop +${GEM_LIBDIR}/examples/lambda_calculus/lambda_calculus_node_classes.rb +${GEM_LIBDIR}/examples/lambda_calculus/lambda_calculus_test.rb +${GEM_LIBDIR}/examples/lambda_calculus/test_helper.rb +${GEM_LIBDIR}/lib/treetop.rb +${GEM_LIBDIR}/lib/treetop/bootstrap_gen_1_metagrammar.rb +${GEM_LIBDIR}/lib/treetop/compiler.rb +${GEM_LIBDIR}/lib/treetop/compiler/grammar_compiler.rb +${GEM_LIBDIR}/lib/treetop/compiler/lexical_address_space.rb +${GEM_LIBDIR}/lib/treetop/compiler/metagrammar.rb +${GEM_LIBDIR}/lib/treetop/compiler/metagrammar.treetop +${GEM_LIBDIR}/lib/treetop/compiler/node_classes.rb +${GEM_LIBDIR}/lib/treetop/compiler/node_classes/anything_symbol.rb +${GEM_LIBDIR}/lib/treetop/compiler/node_classes/atomic_expression.rb +${GEM_LIBDIR}/lib/treetop/compiler/node_classes/character_class.rb +${GEM_LIBDIR}/lib/treetop/compiler/node_classes/choice.rb +${GEM_LIBDIR}/lib/treetop/compiler/node_classes/declaration_sequence.rb +${GEM_LIBDIR}/lib/treetop/compiler/node_classes/grammar.rb +${GEM_LIBDIR}/lib/treetop/compiler/node_classes/inline_module.rb +${GEM_LIBDIR}/lib/treetop/compiler/node_classes/nonterminal.rb +${GEM_LIBDIR}/lib/treetop/compiler/node_classes/optional.rb +${GEM_LIBDIR}/lib/treetop/compiler/node_classes/parenthesized_expression.rb +${GEM_LIBDIR}/lib/treetop/compiler/node_classes/parsing_expression.rb +${GEM_LIBDIR}/lib/treetop/compiler/node_classes/parsing_rule.rb +${GEM_LIBDIR}/lib/treetop/compiler/node_classes/predicate.rb +${GEM_LIBDIR}/lib/treetop/compiler/node_classes/predicate_block.rb +${GEM_LIBDIR}/lib/treetop/compiler/node_classes/repetition.rb +${GEM_LIBDIR}/lib/treetop/compiler/node_classes/sequence.rb +${GEM_LIBDIR}/lib/treetop/compiler/node_classes/terminal.rb +${GEM_LIBDIR}/lib/treetop/compiler/node_classes/transient_prefix.rb +${GEM_LIBDIR}/lib/treetop/compiler/node_classes/treetop_file.rb +${GEM_LIBDIR}/lib/treetop/compiler/ruby_builder.rb +${GEM_LIBDIR}/lib/treetop/polyglot.rb +${GEM_LIBDIR}/lib/treetop/ruby_extensions.rb +${GEM_LIBDIR}/lib/treetop/ruby_extensions/string.rb +${GEM_LIBDIR}/lib/treetop/runtime.rb +${GEM_LIBDIR}/lib/treetop/runtime/compiled_parser.rb +${GEM_LIBDIR}/lib/treetop/runtime/interval_skip_list.rb +${GEM_LIBDIR}/lib/treetop/runtime/interval_skip_list/head_node.rb +${GEM_LIBDIR}/lib/treetop/runtime/interval_skip_list/interval_skip_list.rb +${GEM_LIBDIR}/lib/treetop/runtime/interval_skip_list/node.rb +${GEM_LIBDIR}/lib/treetop/runtime/syntax_node.rb +${GEM_LIBDIR}/lib/treetop/runtime/terminal_parse_failure.rb +${GEM_LIBDIR}/lib/treetop/runtime/terminal_syntax_node.rb +${GEM_LIBDIR}/lib/treetop/version.rb +${GEM_LIBDIR}/treetop.gemspec +bin/tt diff --git a/ruby-treetop16/distinfo b/ruby-treetop16/distinfo new file mode 100644 index 0000000000..7e72361b20 --- /dev/null +++ b/ruby-treetop16/distinfo @@ -0,0 +1,6 @@ +$NetBSD$ + +SHA1 (treetop-1.6.10.gem) = 22896058cf2404b3f026a2e0e5b1ea2ad8bb424e +RMD160 (treetop-1.6.10.gem) = 6f60810860d7a3d335606d5e754eb13619308ead +SHA512 (treetop-1.6.10.gem) = adff1cf93d1ea071be948437e3fd2800c2e892d1dac49d4571a89336773e012007abb1b4e15f0a86031077c46a6667f8fca8e22920e5c29186e0c3227b4d82ee +Size (treetop-1.6.10.gem) = 92160 bytes