nendo 0.6.2 → 0.6.3
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +13 -0
- data/Rakefile +18 -19
- data/VERSION.yml +1 -1
- data/lib/{debug → nendo/debug}/syslog.nnd +0 -0
- data/lib/{debug → nendo/debug}/syslog.nndc +8 -8
- data/lib/{init.nnd → nendo/init.nnd} +18 -16
- data/lib/{init.nndc → nendo/init.nndc} +4167 -4114
- data/lib/nendo/{experimental.nnd → nendo/experimental.nnd} +0 -0
- data/lib/nendo/{experimental.nndc → nendo/experimental.nndc} +805 -805
- data/lib/nendo/{test.nnd → nendo/test.nnd} +0 -0
- data/lib/nendo/{test.nndc → nendo/test.nndc} +285 -285
- data/lib/{rfc → nendo/rfc}/json.nnd +0 -0
- data/lib/{rfc → nendo/rfc}/json.nndc +98 -98
- data/lib/{ruby → nendo/ruby}/builtin_functions.rb +0 -0
- data/lib/{ruby → nendo/ruby}/core.rb +1 -1
- data/lib/{ruby → nendo/ruby}/evaluator.rb +0 -0
- data/lib/{ruby → nendo/ruby}/out_of_module.rb +0 -0
- data/lib/{ruby → nendo/ruby}/printer.rb +0 -0
- data/lib/{ruby → nendo/ruby}/reader.rb +0 -0
- data/lib/{ruby → nendo/ruby}/types.rb +0 -0
- data/lib/{srfi-1.nnd → nendo/srfi-1.nnd} +0 -0
- data/lib/{srfi-1.nndc → nendo/srfi-1.nndc} +2644 -2644
- data/lib/{srfi-2.nnd → nendo/srfi-2.nnd} +0 -0
- data/lib/{srfi-2.nndc → nendo/srfi-2.nndc} +141 -141
- data/lib/{srfi-26.nnd → nendo/srfi-26.nnd} +0 -0
- data/lib/{srfi-26.nndc → nendo/srfi-26.nndc} +409 -409
- data/lib/{text → nendo/text}/html-lite.nnd +0 -0
- data/lib/{text → nendo/text}/html-lite.nndc +393 -393
- data/lib/{text → nendo/text}/tree.nnd +0 -0
- data/lib/{text → nendo/text}/tree.nndc +32 -32
- data/lib/{util → nendo/util}/combinations.nnd +0 -0
- data/lib/{util → nendo/util}/combinations.nndc +942 -942
- data/lib/{util → nendo/util}/list.nnd +0 -0
- data/lib/{util → nendo/util}/list.nndc +735 -735
- data/lib/{util → nendo/util}/match.nnd +0 -0
- data/lib/{util → nendo/util}/match.nndc +10840 -10840
- data/lib/nendo.rb +7 -8
- metadata +42 -64
data/lib/nendo.rb
CHANGED
@@ -35,11 +35,10 @@
|
|
35
35
|
require 'stringio'
|
36
36
|
require 'digest/sha1'
|
37
37
|
require 'pp'
|
38
|
-
require 'ruby/types'
|
39
|
-
require 'ruby/reader'
|
40
|
-
require 'ruby/builtin_functions'
|
41
|
-
require 'ruby/evaluator'
|
42
|
-
require 'ruby/printer'
|
43
|
-
require 'ruby/core'
|
44
|
-
require 'ruby/out_of_module'
|
45
|
-
|
38
|
+
require 'nendo/ruby/types'
|
39
|
+
require 'nendo/ruby/reader'
|
40
|
+
require 'nendo/ruby/builtin_functions'
|
41
|
+
require 'nendo/ruby/evaluator'
|
42
|
+
require 'nendo/ruby/printer'
|
43
|
+
require 'nendo/ruby/core'
|
44
|
+
require 'nendo/ruby/out_of_module'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nendo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-02-
|
12
|
+
date: 2012-02-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|
16
|
-
requirement: &
|
16
|
+
requirement: &2151867220 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *2151867220
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: json
|
27
|
-
requirement: &
|
27
|
+
requirement: &2151865220 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ! '>='
|
@@ -32,10 +32,10 @@ dependencies:
|
|
32
32
|
version: '0'
|
33
33
|
type: :runtime
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *2151865220
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: rake
|
38
|
-
requirement: &
|
38
|
+
requirement: &2151862920 !ruby/object:Gem::Requirement
|
39
39
|
none: false
|
40
40
|
requirements:
|
41
41
|
- - ! '>='
|
@@ -43,29 +43,7 @@ dependencies:
|
|
43
43
|
version: '0'
|
44
44
|
type: :runtime
|
45
45
|
prerelease: false
|
46
|
-
version_requirements: *
|
47
|
-
- !ruby/object:Gem::Dependency
|
48
|
-
name: jeweler
|
49
|
-
requirement: &2152800200 !ruby/object:Gem::Requirement
|
50
|
-
none: false
|
51
|
-
requirements:
|
52
|
-
- - ! '>='
|
53
|
-
- !ruby/object:Gem::Version
|
54
|
-
version: '0'
|
55
|
-
type: :development
|
56
|
-
prerelease: false
|
57
|
-
version_requirements: *2152800200
|
58
|
-
- !ruby/object:Gem::Dependency
|
59
|
-
name: ruby-prof
|
60
|
-
requirement: &2152799680 !ruby/object:Gem::Requirement
|
61
|
-
none: false
|
62
|
-
requirements:
|
63
|
-
- - ! '>='
|
64
|
-
- !ruby/object:Gem::Version
|
65
|
-
version: '0'
|
66
|
-
type: :development
|
67
|
-
prerelease: false
|
68
|
-
version_requirements: *2152799680
|
46
|
+
version_requirements: *2151862920
|
69
47
|
description: Nendo is a programming language written in Ruby.
|
70
48
|
email: kiyoka@sumibi.org
|
71
49
|
executables:
|
@@ -100,40 +78,40 @@ files:
|
|
100
78
|
- example/html-lite-sample.nnd
|
101
79
|
- example/nqueen.nnd
|
102
80
|
- example/twitterTL.nnd
|
103
|
-
- lib/debug/syslog.nnd
|
104
|
-
- lib/debug/syslog.nndc
|
105
|
-
- lib/init.nnd
|
106
|
-
- lib/init.nndc
|
107
81
|
- lib/nendo.rb
|
108
|
-
- lib/nendo/
|
109
|
-
- lib/nendo/
|
110
|
-
- lib/nendo/
|
111
|
-
- lib/nendo/
|
112
|
-
- lib/
|
113
|
-
- lib/
|
114
|
-
- lib/
|
115
|
-
- lib/
|
116
|
-
- lib/
|
117
|
-
- lib/
|
118
|
-
- lib/ruby/
|
119
|
-
- lib/ruby/
|
120
|
-
- lib/ruby/
|
121
|
-
- lib/
|
122
|
-
- lib/
|
123
|
-
- lib/
|
124
|
-
- lib/
|
125
|
-
- lib/srfi-
|
126
|
-
- lib/srfi-
|
127
|
-
- lib/
|
128
|
-
- lib/
|
129
|
-
- lib/
|
130
|
-
- lib/
|
131
|
-
- lib/
|
132
|
-
- lib/
|
133
|
-
- lib/
|
134
|
-
- lib/
|
135
|
-
- lib/util/
|
136
|
-
- lib/util/
|
82
|
+
- lib/nendo/debug/syslog.nnd
|
83
|
+
- lib/nendo/debug/syslog.nndc
|
84
|
+
- lib/nendo/init.nnd
|
85
|
+
- lib/nendo/init.nndc
|
86
|
+
- lib/nendo/nendo/experimental.nnd
|
87
|
+
- lib/nendo/nendo/experimental.nndc
|
88
|
+
- lib/nendo/nendo/test.nnd
|
89
|
+
- lib/nendo/nendo/test.nndc
|
90
|
+
- lib/nendo/rfc/json.nnd
|
91
|
+
- lib/nendo/rfc/json.nndc
|
92
|
+
- lib/nendo/ruby/builtin_functions.rb
|
93
|
+
- lib/nendo/ruby/core.rb
|
94
|
+
- lib/nendo/ruby/evaluator.rb
|
95
|
+
- lib/nendo/ruby/out_of_module.rb
|
96
|
+
- lib/nendo/ruby/printer.rb
|
97
|
+
- lib/nendo/ruby/reader.rb
|
98
|
+
- lib/nendo/ruby/types.rb
|
99
|
+
- lib/nendo/srfi-1.nnd
|
100
|
+
- lib/nendo/srfi-1.nndc
|
101
|
+
- lib/nendo/srfi-2.nnd
|
102
|
+
- lib/nendo/srfi-2.nndc
|
103
|
+
- lib/nendo/srfi-26.nnd
|
104
|
+
- lib/nendo/srfi-26.nndc
|
105
|
+
- lib/nendo/text/html-lite.nnd
|
106
|
+
- lib/nendo/text/html-lite.nndc
|
107
|
+
- lib/nendo/text/tree.nnd
|
108
|
+
- lib/nendo/text/tree.nndc
|
109
|
+
- lib/nendo/util/combinations.nnd
|
110
|
+
- lib/nendo/util/combinations.nndc
|
111
|
+
- lib/nendo/util/list.nnd
|
112
|
+
- lib/nendo/util/list.nndc
|
113
|
+
- lib/nendo/util/match.nnd
|
114
|
+
- lib/nendo/util/match.nndc
|
137
115
|
- test/json-test.nnd
|
138
116
|
- test/match-test.nnd
|
139
117
|
- test/nendo-util-test.nnd
|
@@ -168,7 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
168
146
|
version: '0'
|
169
147
|
requirements: []
|
170
148
|
rubyforge_project:
|
171
|
-
rubygems_version: 1.8.
|
149
|
+
rubygems_version: 1.8.11
|
172
150
|
signing_key:
|
173
151
|
specification_version: 3
|
174
152
|
summary: Nendo is a dialect of Lisp.
|