rubinius-compiler 2.3.1 → 3.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.
- checksums.yaml +4 -4
- data/lib/rubinius/code/compiler.rb +10 -0
- data/lib/rubinius/{compiler → code/compiler}/compiled_file.rb +0 -0
- data/lib/rubinius/{compiler → code/compiler}/compiler.rb +0 -0
- data/lib/rubinius/{compiler → code/compiler}/evaluator.rb +0 -0
- data/lib/rubinius/{compiler → code/compiler}/generator.rb +0 -0
- data/lib/rubinius/{compiler → code/compiler}/generator_methods.rb +0 -0
- data/lib/rubinius/{compiler → code/compiler}/iseq.rb +0 -0
- data/lib/rubinius/{compiler → code/compiler}/locals.rb +0 -0
- data/lib/rubinius/{compiler → code/compiler}/opcodes.rb +0 -0
- data/lib/rubinius/{compiler → code/compiler}/printers.rb +0 -0
- data/lib/rubinius/{compiler → code/compiler}/stages.rb +0 -0
- data/lib/rubinius/{compiler → code/compiler}/version.rb +1 -1
- metadata +23 -271
- data/.gitignore +0 -17
- data/.travis.yml +0 -8
- data/Gemfile +0 -4
- data/LICENSE +0 -25
- data/README.md +0 -29
- data/Rakefile +0 -1
- data/lib/rubinius/compiler.rb +0 -10
- data/rubinius-compiler.gemspec +0 -28
- data/spec/alias_spec.rb +0 -39
- data/spec/and_spec.rb +0 -44
- data/spec/array_spec.rb +0 -110
- data/spec/attrasgn_spec.rb +0 -186
- data/spec/back_ref_spec.rb +0 -11
- data/spec/call_spec.rb +0 -580
- data/spec/case_spec.rb +0 -576
- data/spec/cdecl_spec.rb +0 -70
- data/spec/class_spec.rb +0 -120
- data/spec/colon2_spec.rb +0 -8
- data/spec/colon3_spec.rb +0 -8
- data/spec/const_spec.rb +0 -7
- data/spec/custom/guards/profiler.rb +0 -18
- data/spec/custom/helpers/generator.rb +0 -828
- data/spec/custom/matchers/compile_as.rb +0 -46
- data/spec/custom/mspec.rb +0 -15
- data/spec/custom/runner/actions/debug.rb +0 -10
- data/spec/custom/runner/actions/gcstats.rb +0 -17
- data/spec/custom/runner/actions/memory.rb +0 -11
- data/spec/custom/runner/actions/parser.rb +0 -14
- data/spec/custom/runner/actions/profiler.rb +0 -19
- data/spec/custom/runner/relates.rb +0 -86
- data/spec/custom/utils/options.rb +0 -40
- data/spec/custom/utils/script.rb +0 -50
- data/spec/cvar_spec.rb +0 -39
- data/spec/cvasgn_spec.rb +0 -33
- data/spec/cvdecl_spec.rb +0 -17
- data/spec/defined_spec.rb +0 -616
- data/spec/defn_spec.rb +0 -732
- data/spec/defs_spec.rb +0 -113
- data/spec/dot2_spec.rb +0 -16
- data/spec/dot3_spec.rb +0 -17
- data/spec/dregx_spec.rb +0 -160
- data/spec/dstr_spec.rb +0 -424
- data/spec/dsym_spec.rb +0 -18
- data/spec/dxstr_spec.rb +0 -24
- data/spec/ensure_spec.rb +0 -196
- data/spec/false_spec.rb +0 -7
- data/spec/flip2_spec.rb +0 -21
- data/spec/flip3_spec.rb +0 -12
- data/spec/for_spec.rb +0 -228
- data/spec/gasgn_spec.rb +0 -15
- data/spec/generator/encode_spec.rb +0 -34
- data/spec/gvar_spec.rb +0 -37
- data/spec/hash_spec.rb +0 -108
- data/spec/iasgn_spec.rb +0 -26
- data/spec/if_spec.rb +0 -415
- data/spec/iter_spec.rb +0 -1011
- data/spec/lasgn_spec.rb +0 -561
- data/spec/lit_spec.rb +0 -61
- data/spec/masgn_spec.rb +0 -1558
- data/spec/match2_spec.rb +0 -42
- data/spec/match3_spec.rb +0 -54
- data/spec/match_spec.rb +0 -29
- data/spec/module_spec.rb +0 -73
- data/spec/nil_spec.rb +0 -7
- data/spec/not_spec.rb +0 -47
- data/spec/nth_ref_spec.rb +0 -7
- data/spec/op_asgn_spec.rb +0 -563
- data/spec/or_spec.rb +0 -126
- data/spec/postexe_spec.rb +0 -11
- data/spec/preexe_spec.rb +0 -21
- data/spec/regex_spec.rb +0 -54
- data/spec/rescue_spec.rb +0 -763
- data/spec/return_spec.rb +0 -152
- data/spec/sclass_spec.rb +0 -138
- data/spec/spec_helper.rb +0 -12
- data/spec/str_spec.rb +0 -118
- data/spec/super_spec.rb +0 -170
- data/spec/transforms/assembly_spec.rb +0 -195
- data/spec/transforms/block_given_spec.rb +0 -75
- data/spec/transforms/fast_coerce_spec.rb +0 -112
- data/spec/transforms/fast_new_spec.rb +0 -255
- data/spec/transforms/invoke_primitive_spec.rb +0 -14
- data/spec/transforms/kernel_methods_spec.rb +0 -29
- data/spec/transforms/primitive_spec.rb +0 -33
- data/spec/transforms/privately_spec.rb +0 -24
- data/spec/true_spec.rb +0 -7
- data/spec/undef_spec.rb +0 -133
- data/spec/until_spec.rb +0 -254
- data/spec/valias_spec.rb +0 -11
- data/spec/while_spec.rb +0 -494
- data/spec/xstr_spec.rb +0 -10
- data/spec/yield_spec.rb +0 -92
- data/spec/zsuper_spec.rb +0 -63
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ecd639ecb8ece6c73e7efa3bc1cc00935fc9b7b
|
4
|
+
data.tar.gz: 2a94f8d9566acfe173b06968539bfecade261cf6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e0de7bf813d9f51aa51f9199abfb8c33b8d14e4ea1a5ea826c844e5d7ebe3d4d777834b8a0bb4841a292b6e39ed8cce698b3dedcda636135ec91aa20bfdafca
|
7
|
+
data.tar.gz: c85988f396cf7ca836fda46446202d0235b06e24462f4be31f5904f3fffc527d550386ed0e94503391fb403e5e82245043769f7526d68b798e1df86b85d41bbd
|
@@ -0,0 +1,10 @@
|
|
1
|
+
require "rubinius/code/compiler/compiler"
|
2
|
+
require "rubinius/code/compiler/stages"
|
3
|
+
require "rubinius/code/compiler/locals"
|
4
|
+
require "rubinius/code/compiler/generator_methods"
|
5
|
+
require "rubinius/code/compiler/generator"
|
6
|
+
require "rubinius/code/compiler/iseq"
|
7
|
+
require "rubinius/code/compiler/opcodes"
|
8
|
+
require "rubinius/code/compiler/compiled_file"
|
9
|
+
require "rubinius/code/compiler/evaluator"
|
10
|
+
require "rubinius/code/compiler/printers"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubinius-compiler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: '3.0'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian Shirai
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-01-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -17,8 +17,8 @@ dependencies:
|
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '1.3'
|
20
|
-
type: :development
|
21
20
|
prerelease: false
|
21
|
+
type: :development
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
@@ -31,197 +31,35 @@ dependencies:
|
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '10.0'
|
34
|
-
type: :development
|
35
|
-
prerelease: false
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
37
|
-
requirements:
|
38
|
-
- - "~>"
|
39
|
-
- !ruby/object:Gem::Version
|
40
|
-
version: '10.0'
|
41
|
-
- !ruby/object:Gem::Dependency
|
42
|
-
name: mspec
|
43
|
-
requirement: !ruby/object:Gem::Requirement
|
44
|
-
requirements:
|
45
|
-
- - "~>"
|
46
|
-
- !ruby/object:Gem::Version
|
47
|
-
version: '1.5'
|
48
|
-
type: :development
|
49
|
-
prerelease: false
|
50
|
-
version_requirements: !ruby/object:Gem::Requirement
|
51
|
-
requirements:
|
52
|
-
- - "~>"
|
53
|
-
- !ruby/object:Gem::Version
|
54
|
-
version: '1.5'
|
55
|
-
- !ruby/object:Gem::Dependency
|
56
|
-
name: rubinius-processor
|
57
|
-
requirement: !ruby/object:Gem::Requirement
|
58
|
-
requirements:
|
59
|
-
- - "~>"
|
60
|
-
- !ruby/object:Gem::Version
|
61
|
-
version: '2.0'
|
62
|
-
type: :development
|
63
|
-
prerelease: false
|
64
|
-
version_requirements: !ruby/object:Gem::Requirement
|
65
|
-
requirements:
|
66
|
-
- - "~>"
|
67
|
-
- !ruby/object:Gem::Version
|
68
|
-
version: '2.0'
|
69
|
-
- !ruby/object:Gem::Dependency
|
70
|
-
name: rubinius-ast
|
71
|
-
requirement: !ruby/object:Gem::Requirement
|
72
|
-
requirements:
|
73
|
-
- - "~>"
|
74
|
-
- !ruby/object:Gem::Version
|
75
|
-
version: '2.0'
|
76
|
-
type: :development
|
77
|
-
prerelease: false
|
78
|
-
version_requirements: !ruby/object:Gem::Requirement
|
79
|
-
requirements:
|
80
|
-
- - "~>"
|
81
|
-
- !ruby/object:Gem::Version
|
82
|
-
version: '2.0'
|
83
|
-
- !ruby/object:Gem::Dependency
|
84
|
-
name: rubinius-bridge
|
85
|
-
requirement: !ruby/object:Gem::Requirement
|
86
|
-
requirements:
|
87
|
-
- - "~>"
|
88
|
-
- !ruby/object:Gem::Version
|
89
|
-
version: '1.0'
|
90
|
-
type: :development
|
91
34
|
prerelease: false
|
92
|
-
version_requirements: !ruby/object:Gem::Requirement
|
93
|
-
requirements:
|
94
|
-
- - "~>"
|
95
|
-
- !ruby/object:Gem::Version
|
96
|
-
version: '1.0'
|
97
|
-
- !ruby/object:Gem::Dependency
|
98
|
-
name: redcard
|
99
|
-
requirement: !ruby/object:Gem::Requirement
|
100
|
-
requirements:
|
101
|
-
- - "~>"
|
102
|
-
- !ruby/object:Gem::Version
|
103
|
-
version: '1.0'
|
104
35
|
type: :development
|
105
|
-
prerelease: false
|
106
36
|
version_requirements: !ruby/object:Gem::Requirement
|
107
37
|
requirements:
|
108
38
|
- - "~>"
|
109
39
|
- !ruby/object:Gem::Version
|
110
|
-
version: '
|
111
|
-
description: Rubinius
|
40
|
+
version: '10.0'
|
41
|
+
description: A Bytecode compiler for the Rubinius language platform.
|
112
42
|
email:
|
113
43
|
- brixen@gmail.com
|
114
44
|
executables: []
|
115
45
|
extensions: []
|
116
46
|
extra_rdoc_files: []
|
117
47
|
files:
|
118
|
-
-
|
119
|
-
-
|
120
|
-
-
|
121
|
-
-
|
122
|
-
-
|
123
|
-
-
|
124
|
-
- lib/rubinius/compiler.rb
|
125
|
-
- lib/rubinius/compiler/
|
126
|
-
- lib/rubinius/compiler/
|
127
|
-
- lib/rubinius/compiler/
|
128
|
-
- lib/rubinius/compiler/
|
129
|
-
- lib/rubinius/compiler/
|
130
|
-
|
131
|
-
- lib/rubinius/compiler/locals.rb
|
132
|
-
- lib/rubinius/compiler/opcodes.rb
|
133
|
-
- lib/rubinius/compiler/printers.rb
|
134
|
-
- lib/rubinius/compiler/stages.rb
|
135
|
-
- lib/rubinius/compiler/version.rb
|
136
|
-
- rubinius-compiler.gemspec
|
137
|
-
- spec/alias_spec.rb
|
138
|
-
- spec/and_spec.rb
|
139
|
-
- spec/array_spec.rb
|
140
|
-
- spec/attrasgn_spec.rb
|
141
|
-
- spec/back_ref_spec.rb
|
142
|
-
- spec/call_spec.rb
|
143
|
-
- spec/case_spec.rb
|
144
|
-
- spec/cdecl_spec.rb
|
145
|
-
- spec/class_spec.rb
|
146
|
-
- spec/colon2_spec.rb
|
147
|
-
- spec/colon3_spec.rb
|
148
|
-
- spec/const_spec.rb
|
149
|
-
- spec/custom/guards/profiler.rb
|
150
|
-
- spec/custom/helpers/generator.rb
|
151
|
-
- spec/custom/matchers/compile_as.rb
|
152
|
-
- spec/custom/mspec.rb
|
153
|
-
- spec/custom/runner/actions/debug.rb
|
154
|
-
- spec/custom/runner/actions/gcstats.rb
|
155
|
-
- spec/custom/runner/actions/memory.rb
|
156
|
-
- spec/custom/runner/actions/parser.rb
|
157
|
-
- spec/custom/runner/actions/profiler.rb
|
158
|
-
- spec/custom/runner/relates.rb
|
159
|
-
- spec/custom/utils/options.rb
|
160
|
-
- spec/custom/utils/script.rb
|
161
|
-
- spec/cvar_spec.rb
|
162
|
-
- spec/cvasgn_spec.rb
|
163
|
-
- spec/cvdecl_spec.rb
|
164
|
-
- spec/defined_spec.rb
|
165
|
-
- spec/defn_spec.rb
|
166
|
-
- spec/defs_spec.rb
|
167
|
-
- spec/dot2_spec.rb
|
168
|
-
- spec/dot3_spec.rb
|
169
|
-
- spec/dregx_spec.rb
|
170
|
-
- spec/dstr_spec.rb
|
171
|
-
- spec/dsym_spec.rb
|
172
|
-
- spec/dxstr_spec.rb
|
173
|
-
- spec/ensure_spec.rb
|
174
|
-
- spec/false_spec.rb
|
175
|
-
- spec/flip2_spec.rb
|
176
|
-
- spec/flip3_spec.rb
|
177
|
-
- spec/for_spec.rb
|
178
|
-
- spec/gasgn_spec.rb
|
179
|
-
- spec/generator/encode_spec.rb
|
180
|
-
- spec/gvar_spec.rb
|
181
|
-
- spec/hash_spec.rb
|
182
|
-
- spec/iasgn_spec.rb
|
183
|
-
- spec/if_spec.rb
|
184
|
-
- spec/iter_spec.rb
|
185
|
-
- spec/lasgn_spec.rb
|
186
|
-
- spec/lit_spec.rb
|
187
|
-
- spec/masgn_spec.rb
|
188
|
-
- spec/match2_spec.rb
|
189
|
-
- spec/match3_spec.rb
|
190
|
-
- spec/match_spec.rb
|
191
|
-
- spec/module_spec.rb
|
192
|
-
- spec/nil_spec.rb
|
193
|
-
- spec/not_spec.rb
|
194
|
-
- spec/nth_ref_spec.rb
|
195
|
-
- spec/op_asgn_spec.rb
|
196
|
-
- spec/or_spec.rb
|
197
|
-
- spec/postexe_spec.rb
|
198
|
-
- spec/preexe_spec.rb
|
199
|
-
- spec/regex_spec.rb
|
200
|
-
- spec/rescue_spec.rb
|
201
|
-
- spec/return_spec.rb
|
202
|
-
- spec/sclass_spec.rb
|
203
|
-
- spec/spec_helper.rb
|
204
|
-
- spec/str_spec.rb
|
205
|
-
- spec/super_spec.rb
|
206
|
-
- spec/transforms/assembly_spec.rb
|
207
|
-
- spec/transforms/block_given_spec.rb
|
208
|
-
- spec/transforms/fast_coerce_spec.rb
|
209
|
-
- spec/transforms/fast_new_spec.rb
|
210
|
-
- spec/transforms/invoke_primitive_spec.rb
|
211
|
-
- spec/transforms/kernel_methods_spec.rb
|
212
|
-
- spec/transforms/primitive_spec.rb
|
213
|
-
- spec/transforms/privately_spec.rb
|
214
|
-
- spec/true_spec.rb
|
215
|
-
- spec/undef_spec.rb
|
216
|
-
- spec/until_spec.rb
|
217
|
-
- spec/valias_spec.rb
|
218
|
-
- spec/while_spec.rb
|
219
|
-
- spec/xstr_spec.rb
|
220
|
-
- spec/yield_spec.rb
|
221
|
-
- spec/zsuper_spec.rb
|
222
|
-
homepage: https://github.com/rubinius/rubinius-compiler
|
48
|
+
- lib/rubinius/code/compiler.rb
|
49
|
+
- lib/rubinius/code/compiler/compiled_file.rb
|
50
|
+
- lib/rubinius/code/compiler/compiler.rb
|
51
|
+
- lib/rubinius/code/compiler/evaluator.rb
|
52
|
+
- lib/rubinius/code/compiler/generator.rb
|
53
|
+
- lib/rubinius/code/compiler/generator_methods.rb
|
54
|
+
- lib/rubinius/code/compiler/iseq.rb
|
55
|
+
- lib/rubinius/code/compiler/locals.rb
|
56
|
+
- lib/rubinius/code/compiler/opcodes.rb
|
57
|
+
- lib/rubinius/code/compiler/printers.rb
|
58
|
+
- lib/rubinius/code/compiler/stages.rb
|
59
|
+
- lib/rubinius/code/compiler/version.rb
|
60
|
+
homepage: https://github.com/rubinius/rubinius-code
|
223
61
|
licenses:
|
224
|
-
-
|
62
|
+
- MPL-2.0
|
225
63
|
metadata: {}
|
226
64
|
post_install_message:
|
227
65
|
rdoc_options: []
|
@@ -231,7 +69,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
231
69
|
requirements:
|
232
70
|
- - ">="
|
233
71
|
- !ruby/object:Gem::Version
|
234
|
-
version:
|
72
|
+
version: '0'
|
235
73
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
236
74
|
requirements:
|
237
75
|
- - ">="
|
@@ -239,94 +77,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
239
77
|
version: '0'
|
240
78
|
requirements: []
|
241
79
|
rubyforge_project:
|
242
|
-
rubygems_version: 2.
|
80
|
+
rubygems_version: 2.5.1
|
243
81
|
signing_key:
|
244
82
|
specification_version: 4
|
245
|
-
summary: Rubinius
|
246
|
-
test_files:
|
247
|
-
- spec/alias_spec.rb
|
248
|
-
- spec/and_spec.rb
|
249
|
-
- spec/array_spec.rb
|
250
|
-
- spec/attrasgn_spec.rb
|
251
|
-
- spec/back_ref_spec.rb
|
252
|
-
- spec/call_spec.rb
|
253
|
-
- spec/case_spec.rb
|
254
|
-
- spec/cdecl_spec.rb
|
255
|
-
- spec/class_spec.rb
|
256
|
-
- spec/colon2_spec.rb
|
257
|
-
- spec/colon3_spec.rb
|
258
|
-
- spec/const_spec.rb
|
259
|
-
- spec/custom/guards/profiler.rb
|
260
|
-
- spec/custom/helpers/generator.rb
|
261
|
-
- spec/custom/matchers/compile_as.rb
|
262
|
-
- spec/custom/mspec.rb
|
263
|
-
- spec/custom/runner/actions/debug.rb
|
264
|
-
- spec/custom/runner/actions/gcstats.rb
|
265
|
-
- spec/custom/runner/actions/memory.rb
|
266
|
-
- spec/custom/runner/actions/parser.rb
|
267
|
-
- spec/custom/runner/actions/profiler.rb
|
268
|
-
- spec/custom/runner/relates.rb
|
269
|
-
- spec/custom/utils/options.rb
|
270
|
-
- spec/custom/utils/script.rb
|
271
|
-
- spec/cvar_spec.rb
|
272
|
-
- spec/cvasgn_spec.rb
|
273
|
-
- spec/cvdecl_spec.rb
|
274
|
-
- spec/defined_spec.rb
|
275
|
-
- spec/defn_spec.rb
|
276
|
-
- spec/defs_spec.rb
|
277
|
-
- spec/dot2_spec.rb
|
278
|
-
- spec/dot3_spec.rb
|
279
|
-
- spec/dregx_spec.rb
|
280
|
-
- spec/dstr_spec.rb
|
281
|
-
- spec/dsym_spec.rb
|
282
|
-
- spec/dxstr_spec.rb
|
283
|
-
- spec/ensure_spec.rb
|
284
|
-
- spec/false_spec.rb
|
285
|
-
- spec/flip2_spec.rb
|
286
|
-
- spec/flip3_spec.rb
|
287
|
-
- spec/for_spec.rb
|
288
|
-
- spec/gasgn_spec.rb
|
289
|
-
- spec/generator/encode_spec.rb
|
290
|
-
- spec/gvar_spec.rb
|
291
|
-
- spec/hash_spec.rb
|
292
|
-
- spec/iasgn_spec.rb
|
293
|
-
- spec/if_spec.rb
|
294
|
-
- spec/iter_spec.rb
|
295
|
-
- spec/lasgn_spec.rb
|
296
|
-
- spec/lit_spec.rb
|
297
|
-
- spec/masgn_spec.rb
|
298
|
-
- spec/match2_spec.rb
|
299
|
-
- spec/match3_spec.rb
|
300
|
-
- spec/match_spec.rb
|
301
|
-
- spec/module_spec.rb
|
302
|
-
- spec/nil_spec.rb
|
303
|
-
- spec/not_spec.rb
|
304
|
-
- spec/nth_ref_spec.rb
|
305
|
-
- spec/op_asgn_spec.rb
|
306
|
-
- spec/or_spec.rb
|
307
|
-
- spec/postexe_spec.rb
|
308
|
-
- spec/preexe_spec.rb
|
309
|
-
- spec/regex_spec.rb
|
310
|
-
- spec/rescue_spec.rb
|
311
|
-
- spec/return_spec.rb
|
312
|
-
- spec/sclass_spec.rb
|
313
|
-
- spec/spec_helper.rb
|
314
|
-
- spec/str_spec.rb
|
315
|
-
- spec/super_spec.rb
|
316
|
-
- spec/transforms/assembly_spec.rb
|
317
|
-
- spec/transforms/block_given_spec.rb
|
318
|
-
- spec/transforms/fast_coerce_spec.rb
|
319
|
-
- spec/transforms/fast_new_spec.rb
|
320
|
-
- spec/transforms/invoke_primitive_spec.rb
|
321
|
-
- spec/transforms/kernel_methods_spec.rb
|
322
|
-
- spec/transforms/primitive_spec.rb
|
323
|
-
- spec/transforms/privately_spec.rb
|
324
|
-
- spec/true_spec.rb
|
325
|
-
- spec/undef_spec.rb
|
326
|
-
- spec/until_spec.rb
|
327
|
-
- spec/valias_spec.rb
|
328
|
-
- spec/while_spec.rb
|
329
|
-
- spec/xstr_spec.rb
|
330
|
-
- spec/yield_spec.rb
|
331
|
-
- spec/zsuper_spec.rb
|
332
|
-
has_rdoc:
|
83
|
+
summary: A Bytecode compiler for the Rubinius language platform.
|
84
|
+
test_files: []
|
data/.gitignore
DELETED
data/.travis.yml
DELETED
data/Gemfile
DELETED
data/LICENSE
DELETED
@@ -1,25 +0,0 @@
|
|
1
|
-
Copyright (c) 2013, Brian Shirai
|
2
|
-
All rights reserved.
|
3
|
-
|
4
|
-
Redistribution and use in source and binary forms, with or without
|
5
|
-
modification, are permitted provided that the following conditions are met:
|
6
|
-
|
7
|
-
1. Redistributions of source code must retain the above copyright notice, this
|
8
|
-
list of conditions and the following disclaimer.
|
9
|
-
2. Redistributions in binary form must reproduce the above copyright notice,
|
10
|
-
this list of conditions and the following disclaimer in the documentation
|
11
|
-
and/or other materials provided with the distribution.
|
12
|
-
3. Neither the name of the library nor the names of its contributors may be
|
13
|
-
used to endorse or promote products derived from this software without
|
14
|
-
specific prior written permission.
|
15
|
-
|
16
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
17
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
18
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
19
|
-
DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY DIRECT,
|
20
|
-
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
21
|
-
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
22
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
|
23
|
-
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
24
|
-
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
25
|
-
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|