nendo 0.6.2 → 0.6.3

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.
Files changed (38) hide show
  1. data/History.txt +13 -0
  2. data/Rakefile +18 -19
  3. data/VERSION.yml +1 -1
  4. data/lib/{debug → nendo/debug}/syslog.nnd +0 -0
  5. data/lib/{debug → nendo/debug}/syslog.nndc +8 -8
  6. data/lib/{init.nnd → nendo/init.nnd} +18 -16
  7. data/lib/{init.nndc → nendo/init.nndc} +4167 -4114
  8. data/lib/nendo/{experimental.nnd → nendo/experimental.nnd} +0 -0
  9. data/lib/nendo/{experimental.nndc → nendo/experimental.nndc} +805 -805
  10. data/lib/nendo/{test.nnd → nendo/test.nnd} +0 -0
  11. data/lib/nendo/{test.nndc → nendo/test.nndc} +285 -285
  12. data/lib/{rfc → nendo/rfc}/json.nnd +0 -0
  13. data/lib/{rfc → nendo/rfc}/json.nndc +98 -98
  14. data/lib/{ruby → nendo/ruby}/builtin_functions.rb +0 -0
  15. data/lib/{ruby → nendo/ruby}/core.rb +1 -1
  16. data/lib/{ruby → nendo/ruby}/evaluator.rb +0 -0
  17. data/lib/{ruby → nendo/ruby}/out_of_module.rb +0 -0
  18. data/lib/{ruby → nendo/ruby}/printer.rb +0 -0
  19. data/lib/{ruby → nendo/ruby}/reader.rb +0 -0
  20. data/lib/{ruby → nendo/ruby}/types.rb +0 -0
  21. data/lib/{srfi-1.nnd → nendo/srfi-1.nnd} +0 -0
  22. data/lib/{srfi-1.nndc → nendo/srfi-1.nndc} +2644 -2644
  23. data/lib/{srfi-2.nnd → nendo/srfi-2.nnd} +0 -0
  24. data/lib/{srfi-2.nndc → nendo/srfi-2.nndc} +141 -141
  25. data/lib/{srfi-26.nnd → nendo/srfi-26.nnd} +0 -0
  26. data/lib/{srfi-26.nndc → nendo/srfi-26.nndc} +409 -409
  27. data/lib/{text → nendo/text}/html-lite.nnd +0 -0
  28. data/lib/{text → nendo/text}/html-lite.nndc +393 -393
  29. data/lib/{text → nendo/text}/tree.nnd +0 -0
  30. data/lib/{text → nendo/text}/tree.nndc +32 -32
  31. data/lib/{util → nendo/util}/combinations.nnd +0 -0
  32. data/lib/{util → nendo/util}/combinations.nndc +942 -942
  33. data/lib/{util → nendo/util}/list.nnd +0 -0
  34. data/lib/{util → nendo/util}/list.nndc +735 -735
  35. data/lib/{util → nendo/util}/match.nnd +0 -0
  36. data/lib/{util → nendo/util}/match.nndc +10840 -10840
  37. data/lib/nendo.rb +7 -8
  38. 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.2
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-10 00:00:00.000000000 Z
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: &2152801640 !ruby/object:Gem::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: *2152801640
24
+ version_requirements: *2151867220
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: json
27
- requirement: &2152801160 !ruby/object:Gem::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: *2152801160
35
+ version_requirements: *2151865220
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: rake
38
- requirement: &2152800680 !ruby/object:Gem::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: *2152800680
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/experimental.nnd
109
- - lib/nendo/experimental.nndc
110
- - lib/nendo/test.nnd
111
- - lib/nendo/test.nndc
112
- - lib/rfc/json.nnd
113
- - lib/rfc/json.nndc
114
- - lib/ruby/builtin_functions.rb
115
- - lib/ruby/core.rb
116
- - lib/ruby/evaluator.rb
117
- - lib/ruby/out_of_module.rb
118
- - lib/ruby/printer.rb
119
- - lib/ruby/reader.rb
120
- - lib/ruby/types.rb
121
- - lib/srfi-1.nnd
122
- - lib/srfi-1.nndc
123
- - lib/srfi-2.nnd
124
- - lib/srfi-2.nndc
125
- - lib/srfi-26.nnd
126
- - lib/srfi-26.nndc
127
- - lib/text/html-lite.nnd
128
- - lib/text/html-lite.nndc
129
- - lib/text/tree.nnd
130
- - lib/text/tree.nndc
131
- - lib/util/combinations.nnd
132
- - lib/util/combinations.nndc
133
- - lib/util/list.nnd
134
- - lib/util/list.nndc
135
- - lib/util/match.nnd
136
- - lib/util/match.nndc
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.15
149
+ rubygems_version: 1.8.11
172
150
  signing_key:
173
151
  specification_version: 3
174
152
  summary: Nendo is a dialect of Lisp.