Sha256: 0fbde11dec19969880891d13cbf2d74fd028a11cbfc2630a562897d9af6f3700
Contents?: true
Size: 1.72 KB
Versions: 0
Compression: gzip
Compressed size: 668 Bytes
Stored size: 668 Bytes
Contents
--- !ruby/object:Gem::Specification name: dendroid version: !ruby/object:Gem::Version version: 0.0.7 platform: ruby authors: - Dimitri Geshef autorequire: bindir: bin cert_chain: [] date: 2023-10-30 00:00:00.000000000 Z dependencies: [] description: WIP. A Ruby implementation of a Earley parser email: famished.tiger@yahoo.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".rubocop.yml" - CHANGELOG.md - LICENSE - README.md - Rakefile - bin/dendroid - dendroid.gemspec - lib/dendroid.rb - lib/dendroid/grm_dsl/base_grm_builder.rb - lib/dendroid/syntax/choice.rb - lib/dendroid/syntax/grammar.rb - lib/dendroid/syntax/grm_symbol.rb - lib/dendroid/syntax/non_terminal.rb - lib/dendroid/syntax/production.rb - lib/dendroid/syntax/rule.rb - lib/dendroid/syntax/symbol_seq.rb - lib/dendroid/syntax/terminal.rb - spec/dendroid/grm_dsl/base_grm_builder_spec.rb - spec/dendroid/syntax/choice_spec.rb - spec/dendroid/syntax/grammar_spec.rb - spec/dendroid/syntax/grm_symbol_spec.rb - spec/dendroid/syntax/non_terminal_spec.rb - spec/dendroid/syntax/production_spec.rb - spec/dendroid/syntax/rule_spec.rb - spec/dendroid/syntax/symbol_seq_spec.rb - spec/dendroid/syntax/terminal_spec.rb - spec/spec_helper.rb - version.txt homepage: https://github.com/famished-tiger/Dendroid licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '3.1' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.3.7 signing_key: specification_version: 4 summary: Dendroid. TODO test_files: []