rexical 1.0.3

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of rexical might be problematic. Click here for more details.

metadata ADDED
@@ -0,0 +1,109 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rexical
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.3
5
+ platform: ruby
6
+ authors:
7
+ - Aaron Patterson
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-06-07 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: hoe
17
+ type: :development
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 1.12.1
24
+ version:
25
+ description: |-
26
+ Rexical is a lexical scanner generator.
27
+ It is written in Ruby itself, and generates Ruby program.
28
+ It is designed for use with Racc.
29
+ email:
30
+ - aaronp@rubyforge.org
31
+ executables:
32
+ - rex
33
+ extensions: []
34
+
35
+ extra_rdoc_files:
36
+ - Manifest.txt
37
+ - CHANGELOG.rdoc
38
+ - DOCUMENTATION.en.rdoc
39
+ - DOCUMENTATION.ja.rdoc
40
+ - README.rdoc
41
+ files:
42
+ - CHANGELOG.rdoc
43
+ - DOCUMENTATION.en.rdoc
44
+ - DOCUMENTATION.ja.rdoc
45
+ - Manifest.txt
46
+ - README.ja
47
+ - README.rdoc
48
+ - Rakefile
49
+ - bin/rex
50
+ - lib/rexical.rb
51
+ - lib/rexical/generator.rb
52
+ - lib/rexical/info.rb
53
+ - lib/rexical/rexcmd.rb
54
+ - sample/a.cmd
55
+ - sample/b.cmd
56
+ - sample/c.cmd
57
+ - sample/calc3.racc
58
+ - sample/calc3.rex
59
+ - sample/calc3.rex.rb
60
+ - sample/calc3.tab.rb
61
+ - sample/error1.rex
62
+ - sample/error2.rex
63
+ - sample/sample.html
64
+ - sample/sample.rex
65
+ - sample/sample.rex.rb
66
+ - sample/sample.xhtml
67
+ - sample/sample1.c
68
+ - sample/sample1.rex
69
+ - sample/sample2.bas
70
+ - sample/sample2.rex
71
+ - sample/simple.html
72
+ - sample/simple.xhtml
73
+ - sample/xhtmlparser.racc
74
+ - sample/xhtmlparser.rex
75
+ - test/assets/test.rex
76
+ - test/rex-20060125.rb
77
+ - test/rex-20060511.rb
78
+ - test/test_generator.rb
79
+ has_rdoc: true
80
+ homepage: http://github.com/tenderlove/rexical/tree/master
81
+ licenses: []
82
+
83
+ post_install_message:
84
+ rdoc_options:
85
+ - --main
86
+ - README.rdoc
87
+ require_paths:
88
+ - lib
89
+ required_ruby_version: !ruby/object:Gem::Requirement
90
+ requirements:
91
+ - - ">="
92
+ - !ruby/object:Gem::Version
93
+ version: "0"
94
+ version:
95
+ required_rubygems_version: !ruby/object:Gem::Requirement
96
+ requirements:
97
+ - - ">="
98
+ - !ruby/object:Gem::Version
99
+ version: "0"
100
+ version:
101
+ requirements: []
102
+
103
+ rubyforge_project: ruby-rex
104
+ rubygems_version: 1.3.3
105
+ signing_key:
106
+ specification_version: 3
107
+ summary: Rexical is a lexical scanner generator
108
+ test_files:
109
+ - test/test_generator.rb