rparsec2 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,59 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rparsec2
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Ben Yu
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-11-03 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: rparsec is a recursive descent parser combinator framework. Declarative
14
+ API allows creating parser intuitively and dynamically.
15
+ email: ajoo.email@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/rparsec.rb
21
+ - lib/rparsec/context.rb
22
+ - lib/rparsec/error.rb
23
+ - lib/rparsec/expressions.rb
24
+ - lib/rparsec/functors.rb
25
+ - lib/rparsec/id_monad.rb
26
+ - lib/rparsec/keywords.rb
27
+ - lib/rparsec/locator.rb
28
+ - lib/rparsec/misc.rb
29
+ - lib/rparsec/monad.rb
30
+ - lib/rparsec/operators.rb
31
+ - lib/rparsec/parser.rb
32
+ - lib/rparsec/parser_monad.rb
33
+ - lib/rparsec/parsers.rb
34
+ - lib/rparsec/token.rb
35
+ homepage:
36
+ licenses:
37
+ - BSD-3-Clause
38
+ metadata:
39
+ rubygems_mfa_required: 'true'
40
+ post_install_message:
41
+ rdoc_options: []
42
+ require_paths:
43
+ - lib
44
+ required_ruby_version: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ">="
47
+ - !ruby/object:Gem::Version
48
+ version: '3.1'
49
+ required_rubygems_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ requirements: []
55
+ rubygems_version: 3.3.26
56
+ signing_key:
57
+ specification_version: 4
58
+ summary: A Ruby Parser Combinator Framework
59
+ test_files: []