dolos 0.1.3 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dolos
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - benetis
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-08-17 00:00:00.000000000 Z
11
+ date: 2023-08-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Parser combinators library for Ruby. In active development, not stable
14
14
  yet.
@@ -23,7 +23,12 @@ files:
23
23
  - LICENSE.txt
24
24
  - README.md
25
25
  - Rakefile
26
+ - benchmarks/json/json.rb
27
+ - benchmarks/json/nested_json_166.json
28
+ - benchmarks/json/nested_json_1m.json
29
+ - benchmarks/letter.rb
26
30
  - docs/dolos_stable_diff.png
31
+ - examples/letter.rb
27
32
  - lib/dolos.rb
28
33
  - lib/dolos/parser_state.rb
29
34
  - lib/dolos/parsers.rb
@@ -31,7 +36,6 @@ files:
31
36
  - lib/dolos/string_io_wrapper.rb
32
37
  - lib/dolos/version.rb
33
38
  - lib/dolos_common_parsers/common_parsers.rb
34
- - lib/example.rb
35
39
  - sig/dolos.rbs
36
40
  - sig/dolos/common_parsers.rbs
37
41
  - sig/dolos/parser.rbs