# -*- encoding: utf-8 -*- # stub: treetop 1.1.0 ruby lib Gem::Specification.new do |s| s.name = "treetop".freeze s.version = "1.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Nathan Sobo".freeze] s.autorequire = "treetop".freeze s.date = "2007-10-25" s.email = "nathansobo@gmail.com".freeze s.executables = ["tt".freeze] s.files = ["README".freeze, "Rakefile".freeze, "bin/tt".freeze, "examples/TALK".freeze, "examples/lambda_calculus".freeze, "examples/lambda_calculus/arithmetic.treetop".freeze, "examples/lambda_calculus/arithmetic_node_classes.rb".freeze, "examples/lambda_calculus/arithmetic_test.rb".freeze, "examples/lambda_calculus/lambda_calculus.treetop".freeze, "examples/lambda_calculus/lambda_calculus_node_classes.rb".freeze, "examples/lambda_calculus/lambda_calculus_test.rb".freeze, "examples/lambda_calculus/test_helper.rb".freeze, "lib/treetop".freeze, "lib/treetop.rb".freeze, "lib/treetop/compiler".freeze, "lib/treetop/compiler.rb".freeze, "lib/treetop/compiler/grammar_compiler.rb".freeze, "lib/treetop/compiler/lexical_address_space.rb".freeze, "lib/treetop/compiler/load_grammar.rb".freeze, "lib/treetop/compiler/metagrammar.rb".freeze, "lib/treetop/compiler/metagrammar.treetop".freeze, "lib/treetop/compiler/node_classes".freeze, "lib/treetop/compiler/node_classes.rb".freeze, "lib/treetop/compiler/node_classes/anything_symbol.rb".freeze, "lib/treetop/compiler/node_classes/atomic_expression.rb".freeze, "lib/treetop/compiler/node_classes/character_class.rb".freeze, "lib/treetop/compiler/node_classes/choice.rb".freeze, "lib/treetop/compiler/node_classes/declaration_sequence.rb".freeze, "lib/treetop/compiler/node_classes/grammar.rb".freeze, "lib/treetop/compiler/node_classes/inline_module.rb".freeze, "lib/treetop/compiler/node_classes/nonterminal.rb".freeze, "lib/treetop/compiler/node_classes/optional.rb".freeze, "lib/treetop/compiler/node_classes/parenthesized_expression.rb".freeze, "lib/treetop/compiler/node_classes/parsing_expression.rb".freeze, "lib/treetop/compiler/node_classes/parsing_rule.rb".freeze, "lib/treetop/compiler/node_classes/predicate.rb".freeze, "lib/treetop/compiler/node_classes/repetition.rb".freeze, "lib/treetop/compiler/node_classes/sequence.rb".freeze, "lib/treetop/compiler/node_classes/terminal.rb".freeze, "lib/treetop/compiler/node_classes/treetop_file.rb".freeze, "lib/treetop/compiler/ruby_builder.rb".freeze, "lib/treetop/ruby_extensions".freeze, "lib/treetop/ruby_extensions.rb".freeze, "lib/treetop/ruby_extensions/string.rb".freeze, "lib/treetop/runtime".freeze, "lib/treetop/runtime.rb".freeze, "lib/treetop/runtime/compiled_parser.rb".freeze, "lib/treetop/runtime/node_cache.rb".freeze, "lib/treetop/runtime/parse_cache.rb".freeze, "lib/treetop/runtime/parse_failure.rb".freeze, "lib/treetop/runtime/parse_result.rb".freeze, "lib/treetop/runtime/syntax_node.rb".freeze, "lib/treetop/runtime/terminal_parse_failure.rb".freeze, "lib/treetop/runtime/terminal_syntax_node.rb".freeze, "test/compilation_target".freeze, "test/compilation_target/target.rb".freeze, "test/compilation_target/target.treetop".freeze, "test/compilation_target/target_test.rb".freeze, "test/compiler".freeze, "test/compiler/and_predicate_test.rb".freeze, "test/compiler/anything_symbol_test.rb".freeze, "test/compiler/character_class_test.rb".freeze, "test/compiler/choice_test.rb".freeze, "test/compiler/circular_compilation_test.rb".freeze, "test/compiler/failure_propagation_functional_test.rb".freeze, "test/compiler/grammar_compiler_test.rb".freeze, "test/compiler/grammar_test.rb".freeze, "test/compiler/nonterminal_symbol_test.rb".freeze, "test/compiler/not_predicate_test.rb".freeze, "test/compiler/one_or_more_test.rb".freeze, "test/compiler/optional_test.rb".freeze, "test/compiler/parsing_rule_test.rb".freeze, "test/compiler/sequence_test.rb".freeze, "test/compiler/terminal_symbol_test.rb".freeze, "test/compiler/test_grammar.treetop".freeze, "test/compiler/zero_or_more_test.rb".freeze, "test/composition".freeze, "test/composition/a.treetop".freeze, "test/composition/b.treetop".freeze, "test/composition/c.treetop".freeze, "test/composition/d.treetop".freeze, "test/composition/grammar_composition_test.rb".freeze, "test/parser".freeze, "test/parser/syntax_node_test.rb".freeze, "test/parser/terminal_parse_failure_test.rb".freeze, "test/ruby_extensions".freeze, "test/ruby_extensions/string_test.rb".freeze, "test/screw".freeze, "test/screw/Rakefile".freeze, "test/screw/unit".freeze, "test/screw/unit.rb".freeze, "test/screw/unit/assertion_failed_error.rb".freeze, "test/screw/unit/assertions.rb".freeze, "test/screw/unit/auto_runner.rb".freeze, "test/screw/unit/collector".freeze, "test/screw/unit/collector.rb".freeze, "test/screw/unit/collector/dir.rb".freeze, "test/screw/unit/collector/objectspace.rb".freeze, "test/screw/unit/error.rb".freeze, "test/screw/unit/failure.rb".freeze, "test/screw/unit/sugar.rb".freeze, "test/screw/unit/test_case.rb".freeze, "test/screw/unit/test_result.rb".freeze, "test/screw/unit/test_suite.rb".freeze, "test/screw/unit/ui".freeze, "test/screw/unit/ui.rb".freeze, "test/screw/unit/ui/console".freeze, "test/screw/unit/ui/console/test_runner.rb".freeze, "test/screw/unit/ui/fox".freeze, "test/screw/unit/ui/fox/test_runner.rb".freeze, "test/screw/unit/ui/gtk".freeze, "test/screw/unit/ui/gtk/test_runner.rb".freeze, "test/screw/unit/ui/gtk2".freeze, "test/screw/unit/ui/gtk2/testrunner.rb".freeze, "test/screw/unit/ui/test_runner_mediator.rb".freeze, "test/screw/unit/ui/test_runner_utilities.rb".freeze, "test/screw/unit/ui/tk".freeze, "test/screw/unit/ui/tk/test_runner.rb".freeze, "test/screw/unit/util".freeze, "test/screw/unit/util.rb".freeze, "test/screw/unit/util/backtrace_filter.rb".freeze, "test/screw/unit/util/observable.rb".freeze, "test/screw/unit/util/proc_wrapper.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://functionalform.blogspot.com".freeze s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A Ruby-based text parsing and interpretation DSL".freeze s.specification_version = 1 s.add_runtime_dependency(%q<facets>.freeze, [">= 2.0.2".freeze]) end