cast 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,56 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.4
3
+ specification_version: 1
4
+ name: cast
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.0.1
7
+ date: 2005-02-21
8
+ summary: C parser and AST constructor.
9
+ require_paths:
10
+ - lib
11
+ email: g_ogata@optushome.com.au
12
+ homepage: http://cast.rubyforge.org
13
+ rubyforge_project: cast
14
+ description:
15
+ autorequire: cast
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
+ authors:
28
+ - George Ogata
29
+ files:
30
+ - README
31
+ - install.rb
32
+ - lib/c.tab.rb
33
+ - lib/c.y
34
+ - lib/c_nodes.rb
35
+ - lib/cast.rb
36
+ - lib/node.rb
37
+ - lib/node_list.rb
38
+ - lib/parse.rb
39
+ - lib/to_debug.rb
40
+ - lib/to_s.rb
41
+ - doc/index.html
42
+ - test/common.rb
43
+ - test/run.rb
44
+ - test/test_c_nodes.rb
45
+ - test/test_node.rb
46
+ - test/test_node_list.rb
47
+ - test/test_parse.rb
48
+ - test/test_parser.rb
49
+ test_files:
50
+ - test/run.rb
51
+ rdoc_options: []
52
+ extra_rdoc_files: []
53
+ executables: []
54
+ extensions: []
55
+ requirements: []
56
+ dependencies: []