# -*- encoding: utf-8 -*- # stub: loxby 0.0.3 ruby lib Gem::Specification.new do |s| s.name = "loxby".freeze s.version = "0.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "github_repo" => "https://github.com/paul-c-hartman/loxby", "homepage_uri" => "https://github.com/paul-c-hartman/loxby", "source_code_uri" => "https://github.com/paul-c-hartman/loxby" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Paul Hartman".freeze] s.date = "2024-10-10" s.description = "Loxby is written following the first half of Robert Nystrom's wonderful web-format book Crafting Interpreters (https://www.craftinginterpreters.com), adapting the Java code to modern Ruby. This project is intended to explore what elegant object-oriented code can look like and accomplish.".freeze s.email = ["real.paul.hartman@gmail.com".freeze] s.executables = ["loxby".freeze] s.files = [".github/workflows/gem-push.yml".freeze, ".gitignore".freeze, ".ruby-version".freeze, "LICENSE.txt".freeze, "README.md".freeze, "bin/loxby".freeze, "lib/loxby.rb".freeze, "lib/loxby/config.rb".freeze, "lib/loxby/core.rb".freeze, "lib/loxby/helpers/ast.rb".freeze, "lib/loxby/helpers/callable.rb".freeze, "lib/loxby/helpers/environment.rb".freeze, "lib/loxby/helpers/errors.rb".freeze, "lib/loxby/helpers/functions.rb".freeze, "lib/loxby/helpers/native_functions.rb".freeze, "lib/loxby/helpers/token_type.rb".freeze, "lib/loxby/interpreter.rb".freeze, "lib/loxby/parser.rb".freeze, "lib/loxby/runner.rb".freeze, "lib/loxby/scanner.rb".freeze, "lib/loxby/version.rb".freeze, "lib/loxby/visitors/ast_printer.rb".freeze, "lib/loxby/visitors/base.rb".freeze, "lib/loxby/visitors/rpn_converter.rb".freeze, "loxby.gemspec".freeze] s.homepage = "https://github.com/paul-c-hartman/loxby".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 3.3.5".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A Lox interpreter written in Ruby".freeze end