rparsec 0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +39 -0
metadata ADDED
@@ -0,0 +1,39 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.0
3
+ specification_version: 1
4
+ name: rparsec
5
+ version: !ruby/object:Gem::Version
6
+ version: "0.4"
7
+ date: 2006-11-21 00:00:00.000000 -06:00
8
+ summary: A Ruby Parser Combinator Framework
9
+ require_paths:
10
+ - lib
11
+ email: ajoo.email@gmail.com
12
+ homepage:
13
+ rubyforge_project:
14
+ description: rparsec is a recursive descent parser combinator framework. Declarative API allows creating parser intuitively and dynamically.
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: false
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ -
22
+ - ">"
23
+ - !ruby/object:Gem::Version
24
+ version: 0.0.0
25
+ version:
26
+ platform: ruby
27
+ signing_key:
28
+ cert_chain:
29
+ post_install_message:
30
+ authors:
31
+ - Ben Yu
32
+ files: []
33
+ test_files: []
34
+ rdoc_options: []
35
+ extra_rdoc_files: []
36
+ executables: []
37
+ extensions: []
38
+ requirements: []
39
+ dependencies: []