# -*- encoding: utf-8 -*- # stub: houndstooth 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "houndstooth".freeze s.version = "0.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 = ["Aaron Christiansen".freeze] s.date = "2022-04-28" s.email = ["aaronc20000@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".ruby-version".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.md".freeze, "bin/houndstooth.rb".freeze, "fuzz/cases/x.rb".freeze, "fuzz/cases/y.rb".freeze, "fuzz/cases/z.rb".freeze, "fuzz/ruby.dict".freeze, "fuzz/run".freeze, "lib/houndstooth.rb".freeze, "lib/houndstooth/environment.rb".freeze, "lib/houndstooth/environment/builder.rb".freeze, "lib/houndstooth/environment/type_parser.rb".freeze, "lib/houndstooth/environment/types.rb".freeze, "lib/houndstooth/environment/types/basic/type.rb".freeze, "lib/houndstooth/environment/types/basic/type_instance.rb".freeze, "lib/houndstooth/environment/types/compound/union_type.rb".freeze, "lib/houndstooth/environment/types/defined/base_defined_type.rb".freeze, "lib/houndstooth/environment/types/defined/defined_type.rb".freeze, "lib/houndstooth/environment/types/defined/pending_defined_type.rb".freeze, "lib/houndstooth/environment/types/method/method.rb".freeze, "lib/houndstooth/environment/types/method/method_type.rb".freeze, "lib/houndstooth/environment/types/method/parameters.rb".freeze, "lib/houndstooth/environment/types/method/special_constructor_method.rb".freeze, "lib/houndstooth/environment/types/special/instance_type.rb".freeze, "lib/houndstooth/environment/types/special/self_type.rb".freeze, "lib/houndstooth/environment/types/special/type_parameter_placeholder.rb".freeze, "lib/houndstooth/environment/types/special/untyped_type.rb".freeze, "lib/houndstooth/environment/types/special/void_type.rb".freeze, "lib/houndstooth/errors.rb".freeze, "lib/houndstooth/instructions.rb".freeze, "lib/houndstooth/interpreter.rb".freeze, "lib/houndstooth/interpreter/const_internal.rb".freeze, "lib/houndstooth/interpreter/objects.rb".freeze, "lib/houndstooth/interpreter/runtime.rb".freeze, "lib/houndstooth/semantic_node.rb".freeze, "lib/houndstooth/semantic_node/control_flow.rb".freeze, "lib/houndstooth/semantic_node/definitions.rb".freeze, "lib/houndstooth/semantic_node/identifiers.rb".freeze, "lib/houndstooth/semantic_node/keywords.rb".freeze, "lib/houndstooth/semantic_node/literals.rb".freeze, "lib/houndstooth/semantic_node/operators.rb".freeze, "lib/houndstooth/semantic_node/parameters.rb".freeze, "lib/houndstooth/semantic_node/send.rb".freeze, "lib/houndstooth/semantic_node/super.rb".freeze, "lib/houndstooth/stdlib.rb".freeze, "lib/houndstooth/type_checker.rb".freeze, "spec/ast_to_node_spec.rb".freeze, "spec/environment_spec.rb".freeze, "spec/instructions_spec.rb".freeze, "spec/integration_spec.rb".freeze, "spec/interpreter_spec.rb".freeze, "spec/self_spec.rb".freeze, "spec/spec_helper.rb".freeze, "test/ruby_interpreter_test.rb".freeze, "types/stdlib.htt".freeze] s.homepage = "https://github.com/AaronC81/houndstooth".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Experimental type checker".freeze s.test_files = ["spec/ast_to_node_spec.rb".freeze, "spec/environment_spec.rb".freeze, "spec/instructions_spec.rb".freeze, "spec/integration_spec.rb".freeze, "spec/interpreter_spec.rb".freeze, "spec/self_spec.rb".freeze, "spec/spec_helper.rb".freeze, "test/ruby_interpreter_test.rb".freeze] end