4aa160a257
Update ruby-treetop package to 1.6.11. No release note is available, Please refer <https://github.com/cjheath/treetop/compare/v1.6.10...v1.6.11> in detail.
79 lines
4.2 KiB
Text
79 lines
4.2 KiB
Text
@comment $NetBSD: PLIST,v 1.6 2020/09/14 15:13:41 taca Exp $
|
|
bin/tt${RUBY_SUFFIX}
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${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/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
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|