nudge 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (584) hide show
  1. data/.gitignore +5 -0
  2. data/LICENSE.txt +21 -0
  3. data/Rakefile +23 -0
  4. data/VERSION +1 -0
  5. data/_spikes/couch_document_spike.rb +24 -0
  6. data/_spikes/nested_parsing/nested.rb +0 -0
  7. data/_spikes/nested_parsing/nested.treetop +6 -0
  8. data/_spikes/nudgeview/init.rb +19 -0
  9. data/_spikes/nudgeview/public/javascripts/app.js +12 -0
  10. data/_spikes/nudgeview/public/javascripts/jquery.js +4376 -0
  11. data/_spikes/nudgeview/public/javascripts/jquery.svg.js +1325 -0
  12. data/_spikes/nudgeview/views/index.erb +18 -0
  13. data/_spikes/nudgeview/views/index.haml +8 -0
  14. data/_spikes/simplestWeb/simplest.rb +44 -0
  15. data/_spikes/simplestWeb/views/main.erb +19 -0
  16. data/_spikes/sketches/nudgecode_spike.rb +146 -0
  17. data/_spikes/sketches/searchDSL_spike.rb +25 -0
  18. data/_spikes/sketches/search_operator_sketch_spike.txt +287 -0
  19. data/_spikes/sketches/searchspace_spike.rb +96 -0
  20. data/_spikes/symbolic_regression/activate.rb +35 -0
  21. data/_spikes/symbolic_regression/config/environment.rb +340 -0
  22. data/_spikes/symbolic_regression/config/environments/deployment.rb +0 -0
  23. data/_spikes/symbolic_regression/config/environments/development.rb +0 -0
  24. data/_spikes/symbolic_regression/experiment/objectives/programLength.rb +2 -0
  25. data/_spikes/symbolic_regression/experiment/objectives/summedSquaredError.rb +2 -0
  26. data/_spikes/symbolic_regression/lib/tasks/run.rake +0 -0
  27. data/doc/classes/BlockNode.html +146 -0
  28. data/doc/classes/BlockNode.src/M000246.html +18 -0
  29. data/doc/classes/BoolAndInstruction.html +218 -0
  30. data/doc/classes/BoolAndInstruction.src/M000003.html +15 -0
  31. data/doc/classes/BoolAndInstruction.src/M000004.html +16 -0
  32. data/doc/classes/BoolAndInstruction.src/M000005.html +15 -0
  33. data/doc/classes/BoolAndInstruction.src/M000006.html +15 -0
  34. data/doc/classes/BoolEqualQInstruction.html +218 -0
  35. data/doc/classes/BoolEqualQInstruction.src/M000015.html +15 -0
  36. data/doc/classes/BoolEqualQInstruction.src/M000016.html +16 -0
  37. data/doc/classes/BoolEqualQInstruction.src/M000017.html +15 -0
  38. data/doc/classes/BoolEqualQInstruction.src/M000018.html +15 -0
  39. data/doc/classes/BoolFromFloatInstruction.html +218 -0
  40. data/doc/classes/BoolFromFloatInstruction.src/M000071.html +15 -0
  41. data/doc/classes/BoolFromFloatInstruction.src/M000072.html +15 -0
  42. data/doc/classes/BoolFromFloatInstruction.src/M000073.html +15 -0
  43. data/doc/classes/BoolFromFloatInstruction.src/M000074.html +15 -0
  44. data/doc/classes/BoolFromIntInstruction.html +218 -0
  45. data/doc/classes/BoolFromIntInstruction.src/M000067.html +15 -0
  46. data/doc/classes/BoolFromIntInstruction.src/M000068.html +15 -0
  47. data/doc/classes/BoolFromIntInstruction.src/M000069.html +15 -0
  48. data/doc/classes/BoolFromIntInstruction.src/M000070.html +15 -0
  49. data/doc/classes/BoolNotInstruction.html +218 -0
  50. data/doc/classes/BoolNotInstruction.src/M000019.html +15 -0
  51. data/doc/classes/BoolNotInstruction.src/M000020.html +15 -0
  52. data/doc/classes/BoolNotInstruction.src/M000021.html +15 -0
  53. data/doc/classes/BoolNotInstruction.src/M000022.html +15 -0
  54. data/doc/classes/BoolOrInstruction.html +218 -0
  55. data/doc/classes/BoolOrInstruction.src/M000007.html +15 -0
  56. data/doc/classes/BoolOrInstruction.src/M000008.html +16 -0
  57. data/doc/classes/BoolOrInstruction.src/M000009.html +15 -0
  58. data/doc/classes/BoolOrInstruction.src/M000010.html +15 -0
  59. data/doc/classes/BoolRandomInstruction.html +218 -0
  60. data/doc/classes/BoolRandomInstruction.src/M000187.html +15 -0
  61. data/doc/classes/BoolRandomInstruction.src/M000188.html +14 -0
  62. data/doc/classes/BoolRandomInstruction.src/M000189.html +15 -0
  63. data/doc/classes/BoolRandomInstruction.src/M000190.html +15 -0
  64. data/doc/classes/BoolType.html +196 -0
  65. data/doc/classes/BoolType.src/M000240.html +16 -0
  66. data/doc/classes/BoolType.src/M000241.html +15 -0
  67. data/doc/classes/BoolType.src/M000242.html +15 -0
  68. data/doc/classes/BoolXorInstruction.html +218 -0
  69. data/doc/classes/BoolXorInstruction.src/M000011.html +15 -0
  70. data/doc/classes/BoolXorInstruction.src/M000012.html +16 -0
  71. data/doc/classes/BoolXorInstruction.src/M000013.html +15 -0
  72. data/doc/classes/BoolXorInstruction.src/M000014.html +15 -0
  73. data/doc/classes/ChannelNode.html +161 -0
  74. data/doc/classes/ChannelNode.src/M000249.html +15 -0
  75. data/doc/classes/ChannelNode.src/M000250.html +16 -0
  76. data/doc/classes/CodeType.html +269 -0
  77. data/doc/classes/CodeType.src/M000219.html +38 -0
  78. data/doc/classes/CodeType.src/M000220.html +16 -0
  79. data/doc/classes/CodeType.src/M000221.html +16 -0
  80. data/doc/classes/CodeType.src/M000222.html +16 -0
  81. data/doc/classes/CodeType.src/M000223.html +24 -0
  82. data/doc/classes/CodeType.src/M000224.html +42 -0
  83. data/doc/classes/ERCNode.html +183 -0
  84. data/doc/classes/ERCNode.src/M000254.html +15 -0
  85. data/doc/classes/ERCNode.src/M000255.html +16 -0
  86. data/doc/classes/ERCNode.src/M000256.html +16 -0
  87. data/doc/classes/ExecPopInstruction.html +218 -0
  88. data/doc/classes/ExecPopInstruction.src/M000075.html +15 -0
  89. data/doc/classes/ExecPopInstruction.src/M000076.html +14 -0
  90. data/doc/classes/ExecPopInstruction.src/M000077.html +15 -0
  91. data/doc/classes/ExecPopInstruction.src/M000078.html +14 -0
  92. data/doc/classes/FloatAbsInstruction.html +218 -0
  93. data/doc/classes/FloatAbsInstruction.src/M000107.html +15 -0
  94. data/doc/classes/FloatAbsInstruction.src/M000108.html +15 -0
  95. data/doc/classes/FloatAbsInstruction.src/M000109.html +15 -0
  96. data/doc/classes/FloatAbsInstruction.src/M000110.html +15 -0
  97. data/doc/classes/FloatAddInstruction.html +218 -0
  98. data/doc/classes/FloatAddInstruction.src/M000079.html +15 -0
  99. data/doc/classes/FloatAddInstruction.src/M000080.html +16 -0
  100. data/doc/classes/FloatAddInstruction.src/M000081.html +15 -0
  101. data/doc/classes/FloatAddInstruction.src/M000082.html +15 -0
  102. data/doc/classes/FloatCosineInstruction.html +218 -0
  103. data/doc/classes/FloatCosineInstruction.src/M000123.html +15 -0
  104. data/doc/classes/FloatCosineInstruction.src/M000124.html +15 -0
  105. data/doc/classes/FloatCosineInstruction.src/M000125.html +15 -0
  106. data/doc/classes/FloatCosineInstruction.src/M000126.html +15 -0
  107. data/doc/classes/FloatDivideInstruction.html +218 -0
  108. data/doc/classes/FloatDivideInstruction.src/M000091.html +15 -0
  109. data/doc/classes/FloatDivideInstruction.src/M000092.html +16 -0
  110. data/doc/classes/FloatDivideInstruction.src/M000093.html +20 -0
  111. data/doc/classes/FloatDivideInstruction.src/M000094.html +15 -0
  112. data/doc/classes/FloatFromBoolInstruction.html +218 -0
  113. data/doc/classes/FloatFromBoolInstruction.src/M000055.html +15 -0
  114. data/doc/classes/FloatFromBoolInstruction.src/M000056.html +15 -0
  115. data/doc/classes/FloatFromBoolInstruction.src/M000057.html +15 -0
  116. data/doc/classes/FloatFromBoolInstruction.src/M000058.html +15 -0
  117. data/doc/classes/FloatFromIntInstruction.html +218 -0
  118. data/doc/classes/FloatFromIntInstruction.src/M000063.html +15 -0
  119. data/doc/classes/FloatFromIntInstruction.src/M000064.html +15 -0
  120. data/doc/classes/FloatFromIntInstruction.src/M000065.html +15 -0
  121. data/doc/classes/FloatFromIntInstruction.src/M000066.html +15 -0
  122. data/doc/classes/FloatGreaterThanQInstruction.html +218 -0
  123. data/doc/classes/FloatGreaterThanQInstruction.src/M000035.html +15 -0
  124. data/doc/classes/FloatGreaterThanQInstruction.src/M000036.html +16 -0
  125. data/doc/classes/FloatGreaterThanQInstruction.src/M000037.html +15 -0
  126. data/doc/classes/FloatGreaterThanQInstruction.src/M000038.html +15 -0
  127. data/doc/classes/FloatIfInstruction.html +218 -0
  128. data/doc/classes/FloatIfInstruction.src/M000047.html +16 -0
  129. data/doc/classes/FloatIfInstruction.src/M000048.html +15 -0
  130. data/doc/classes/FloatIfInstruction.src/M000049.html +14 -0
  131. data/doc/classes/FloatIfInstruction.src/M000050.html +17 -0
  132. data/doc/classes/FloatLessThanQInstruction.html +218 -0
  133. data/doc/classes/FloatLessThanQInstruction.src/M000039.html +15 -0
  134. data/doc/classes/FloatLessThanQInstruction.src/M000040.html +16 -0
  135. data/doc/classes/FloatLessThanQInstruction.src/M000041.html +15 -0
  136. data/doc/classes/FloatLessThanQInstruction.src/M000042.html +15 -0
  137. data/doc/classes/FloatMaxInstruction.html +218 -0
  138. data/doc/classes/FloatMaxInstruction.src/M000095.html +15 -0
  139. data/doc/classes/FloatMaxInstruction.src/M000096.html +16 -0
  140. data/doc/classes/FloatMaxInstruction.src/M000097.html +15 -0
  141. data/doc/classes/FloatMaxInstruction.src/M000098.html +15 -0
  142. data/doc/classes/FloatMinInstruction.html +218 -0
  143. data/doc/classes/FloatMinInstruction.src/M000099.html +15 -0
  144. data/doc/classes/FloatMinInstruction.src/M000100.html +16 -0
  145. data/doc/classes/FloatMinInstruction.src/M000101.html +15 -0
  146. data/doc/classes/FloatMinInstruction.src/M000102.html +15 -0
  147. data/doc/classes/FloatMultiplyInstruction.html +218 -0
  148. data/doc/classes/FloatMultiplyInstruction.src/M000083.html +15 -0
  149. data/doc/classes/FloatMultiplyInstruction.src/M000084.html +16 -0
  150. data/doc/classes/FloatMultiplyInstruction.src/M000085.html +15 -0
  151. data/doc/classes/FloatMultiplyInstruction.src/M000086.html +15 -0
  152. data/doc/classes/FloatNegativeInstruction.html +218 -0
  153. data/doc/classes/FloatNegativeInstruction.src/M000103.html +15 -0
  154. data/doc/classes/FloatNegativeInstruction.src/M000104.html +15 -0
  155. data/doc/classes/FloatNegativeInstruction.src/M000105.html +15 -0
  156. data/doc/classes/FloatNegativeInstruction.src/M000106.html +15 -0
  157. data/doc/classes/FloatPowerInstruction.html +218 -0
  158. data/doc/classes/FloatPowerInstruction.src/M000111.html +15 -0
  159. data/doc/classes/FloatPowerInstruction.src/M000112.html +16 -0
  160. data/doc/classes/FloatPowerInstruction.src/M000113.html +20 -0
  161. data/doc/classes/FloatPowerInstruction.src/M000114.html +15 -0
  162. data/doc/classes/FloatRandomInstruction.html +218 -0
  163. data/doc/classes/FloatRandomInstruction.src/M000191.html +15 -0
  164. data/doc/classes/FloatRandomInstruction.src/M000192.html +14 -0
  165. data/doc/classes/FloatRandomInstruction.src/M000193.html +15 -0
  166. data/doc/classes/FloatRandomInstruction.src/M000194.html +15 -0
  167. data/doc/classes/FloatSineInstruction.html +218 -0
  168. data/doc/classes/FloatSineInstruction.src/M000119.html +15 -0
  169. data/doc/classes/FloatSineInstruction.src/M000120.html +15 -0
  170. data/doc/classes/FloatSineInstruction.src/M000121.html +15 -0
  171. data/doc/classes/FloatSineInstruction.src/M000122.html +15 -0
  172. data/doc/classes/FloatSqrtInstruction.html +218 -0
  173. data/doc/classes/FloatSqrtInstruction.src/M000115.html +15 -0
  174. data/doc/classes/FloatSqrtInstruction.src/M000116.html +15 -0
  175. data/doc/classes/FloatSqrtInstruction.src/M000117.html +19 -0
  176. data/doc/classes/FloatSqrtInstruction.src/M000118.html +15 -0
  177. data/doc/classes/FloatSubtractInstruction.html +218 -0
  178. data/doc/classes/FloatSubtractInstruction.src/M000087.html +15 -0
  179. data/doc/classes/FloatSubtractInstruction.src/M000088.html +16 -0
  180. data/doc/classes/FloatSubtractInstruction.src/M000089.html +15 -0
  181. data/doc/classes/FloatSubtractInstruction.src/M000090.html +15 -0
  182. data/doc/classes/FloatTangentInstruction.html +218 -0
  183. data/doc/classes/FloatTangentInstruction.src/M000127.html +15 -0
  184. data/doc/classes/FloatTangentInstruction.src/M000128.html +15 -0
  185. data/doc/classes/FloatTangentInstruction.src/M000129.html +15 -0
  186. data/doc/classes/FloatTangentInstruction.src/M000130.html +15 -0
  187. data/doc/classes/FloatType.html +196 -0
  188. data/doc/classes/FloatType.src/M000243.html +19 -0
  189. data/doc/classes/FloatType.src/M000244.html +15 -0
  190. data/doc/classes/FloatType.src/M000245.html +15 -0
  191. data/doc/classes/Helpers.html +161 -0
  192. data/doc/classes/Helpers.src/M000343.html +21 -0
  193. data/doc/classes/Helpers.src/M000344.html +24 -0
  194. data/doc/classes/Instruction/InstructionMethodError.html +110 -0
  195. data/doc/classes/Instruction/NaNResultError.html +110 -0
  196. data/doc/classes/Instruction/NotEnoughStackItems.html +110 -0
  197. data/doc/classes/Instruction.html +500 -0
  198. data/doc/classes/Instruction.src/M000131.html +17 -0
  199. data/doc/classes/Instruction.src/M000132.html +15 -0
  200. data/doc/classes/Instruction.src/M000133.html +15 -0
  201. data/doc/classes/Instruction.src/M000134.html +15 -0
  202. data/doc/classes/Instruction.src/M000135.html +15 -0
  203. data/doc/classes/Instruction.src/M000136.html +15 -0
  204. data/doc/classes/Instruction.src/M000137.html +15 -0
  205. data/doc/classes/Instruction.src/M000138.html +15 -0
  206. data/doc/classes/Instruction.src/M000139.html +22 -0
  207. data/doc/classes/Instruction.src/M000140.html +15 -0
  208. data/doc/classes/Instruction.src/M000141.html +25 -0
  209. data/doc/classes/Instruction.src/M000142.html +15 -0
  210. data/doc/classes/Instruction.src/M000143.html +15 -0
  211. data/doc/classes/Instruction.src/M000144.html +15 -0
  212. data/doc/classes/Instruction.src/M000145.html +15 -0
  213. data/doc/classes/Instruction.src/M000146.html +15 -0
  214. data/doc/classes/InstructionNode.html +161 -0
  215. data/doc/classes/InstructionNode.src/M000247.html +15 -0
  216. data/doc/classes/InstructionNode.src/M000248.html +16 -0
  217. data/doc/classes/IntAbsInstruction.html +218 -0
  218. data/doc/classes/IntAbsInstruction.src/M000175.html +15 -0
  219. data/doc/classes/IntAbsInstruction.src/M000176.html +15 -0
  220. data/doc/classes/IntAbsInstruction.src/M000177.html +15 -0
  221. data/doc/classes/IntAbsInstruction.src/M000178.html +15 -0
  222. data/doc/classes/IntAddInstruction.html +218 -0
  223. data/doc/classes/IntAddInstruction.src/M000147.html +15 -0
  224. data/doc/classes/IntAddInstruction.src/M000148.html +16 -0
  225. data/doc/classes/IntAddInstruction.src/M000149.html +15 -0
  226. data/doc/classes/IntAddInstruction.src/M000150.html +15 -0
  227. data/doc/classes/IntDepthInstruction.html +218 -0
  228. data/doc/classes/IntDepthInstruction.src/M000211.html +15 -0
  229. data/doc/classes/IntDepthInstruction.src/M000212.html +14 -0
  230. data/doc/classes/IntDepthInstruction.src/M000213.html +15 -0
  231. data/doc/classes/IntDepthInstruction.src/M000214.html +15 -0
  232. data/doc/classes/IntDivideInstruction.html +218 -0
  233. data/doc/classes/IntDivideInstruction.src/M000155.html +15 -0
  234. data/doc/classes/IntDivideInstruction.src/M000156.html +16 -0
  235. data/doc/classes/IntDivideInstruction.src/M000157.html +20 -0
  236. data/doc/classes/IntDivideInstruction.src/M000158.html +15 -0
  237. data/doc/classes/IntDuplicateInstruction.html +218 -0
  238. data/doc/classes/IntDuplicateInstruction.src/M000203.html +15 -0
  239. data/doc/classes/IntDuplicateInstruction.src/M000204.html +15 -0
  240. data/doc/classes/IntDuplicateInstruction.src/M000205.html +15 -0
  241. data/doc/classes/IntDuplicateInstruction.src/M000206.html +15 -0
  242. data/doc/classes/IntEqualQInstruction.html +218 -0
  243. data/doc/classes/IntEqualQInstruction.src/M000023.html +15 -0
  244. data/doc/classes/IntEqualQInstruction.src/M000024.html +16 -0
  245. data/doc/classes/IntEqualQInstruction.src/M000025.html +15 -0
  246. data/doc/classes/IntEqualQInstruction.src/M000026.html +15 -0
  247. data/doc/classes/IntFlushInstruction.html +218 -0
  248. data/doc/classes/IntFlushInstruction.src/M000215.html +15 -0
  249. data/doc/classes/IntFlushInstruction.src/M000216.html +14 -0
  250. data/doc/classes/IntFlushInstruction.src/M000217.html +14 -0
  251. data/doc/classes/IntFlushInstruction.src/M000218.html +15 -0
  252. data/doc/classes/IntFromBoolInstruction.html +218 -0
  253. data/doc/classes/IntFromBoolInstruction.src/M000051.html +15 -0
  254. data/doc/classes/IntFromBoolInstruction.src/M000052.html +15 -0
  255. data/doc/classes/IntFromBoolInstruction.src/M000053.html +15 -0
  256. data/doc/classes/IntFromBoolInstruction.src/M000054.html +15 -0
  257. data/doc/classes/IntFromFloatInstruction.html +218 -0
  258. data/doc/classes/IntFromFloatInstruction.src/M000059.html +15 -0
  259. data/doc/classes/IntFromFloatInstruction.src/M000060.html +15 -0
  260. data/doc/classes/IntFromFloatInstruction.src/M000061.html +15 -0
  261. data/doc/classes/IntFromFloatInstruction.src/M000062.html +15 -0
  262. data/doc/classes/IntGreaterThanQInstruction.html +218 -0
  263. data/doc/classes/IntGreaterThanQInstruction.src/M000031.html +15 -0
  264. data/doc/classes/IntGreaterThanQInstruction.src/M000032.html +16 -0
  265. data/doc/classes/IntGreaterThanQInstruction.src/M000033.html +15 -0
  266. data/doc/classes/IntGreaterThanQInstruction.src/M000034.html +15 -0
  267. data/doc/classes/IntIfInstruction.html +218 -0
  268. data/doc/classes/IntIfInstruction.src/M000043.html +16 -0
  269. data/doc/classes/IntIfInstruction.src/M000044.html +15 -0
  270. data/doc/classes/IntIfInstruction.src/M000045.html +14 -0
  271. data/doc/classes/IntIfInstruction.src/M000046.html +17 -0
  272. data/doc/classes/IntLessThanQInstruction.html +218 -0
  273. data/doc/classes/IntLessThanQInstruction.src/M000027.html +15 -0
  274. data/doc/classes/IntLessThanQInstruction.src/M000028.html +16 -0
  275. data/doc/classes/IntLessThanQInstruction.src/M000029.html +15 -0
  276. data/doc/classes/IntLessThanQInstruction.src/M000030.html +15 -0
  277. data/doc/classes/IntMaxInstruction.html +218 -0
  278. data/doc/classes/IntMaxInstruction.src/M000167.html +15 -0
  279. data/doc/classes/IntMaxInstruction.src/M000168.html +16 -0
  280. data/doc/classes/IntMaxInstruction.src/M000169.html +16 -0
  281. data/doc/classes/IntMaxInstruction.src/M000170.html +15 -0
  282. data/doc/classes/IntMinInstruction.html +218 -0
  283. data/doc/classes/IntMinInstruction.src/M000171.html +15 -0
  284. data/doc/classes/IntMinInstruction.src/M000172.html +16 -0
  285. data/doc/classes/IntMinInstruction.src/M000173.html +16 -0
  286. data/doc/classes/IntMinInstruction.src/M000174.html +15 -0
  287. data/doc/classes/IntModuloInstruction.html +218 -0
  288. data/doc/classes/IntModuloInstruction.src/M000163.html +15 -0
  289. data/doc/classes/IntModuloInstruction.src/M000164.html +16 -0
  290. data/doc/classes/IntModuloInstruction.src/M000165.html +20 -0
  291. data/doc/classes/IntModuloInstruction.src/M000166.html +15 -0
  292. data/doc/classes/IntMultiplyInstruction.html +218 -0
  293. data/doc/classes/IntMultiplyInstruction.src/M000151.html +15 -0
  294. data/doc/classes/IntMultiplyInstruction.src/M000152.html +16 -0
  295. data/doc/classes/IntMultiplyInstruction.src/M000153.html +15 -0
  296. data/doc/classes/IntMultiplyInstruction.src/M000154.html +15 -0
  297. data/doc/classes/IntNegativeInstruction.html +218 -0
  298. data/doc/classes/IntNegativeInstruction.src/M000179.html +15 -0
  299. data/doc/classes/IntNegativeInstruction.src/M000180.html +15 -0
  300. data/doc/classes/IntNegativeInstruction.src/M000181.html +15 -0
  301. data/doc/classes/IntNegativeInstruction.src/M000182.html +15 -0
  302. data/doc/classes/IntPopInstruction.html +218 -0
  303. data/doc/classes/IntPopInstruction.src/M000195.html +15 -0
  304. data/doc/classes/IntPopInstruction.src/M000196.html +15 -0
  305. data/doc/classes/IntPopInstruction.src/M000197.html +14 -0
  306. data/doc/classes/IntPopInstruction.src/M000198.html +14 -0
  307. data/doc/classes/IntRandomInstruction.html +218 -0
  308. data/doc/classes/IntRandomInstruction.src/M000183.html +15 -0
  309. data/doc/classes/IntRandomInstruction.src/M000184.html +14 -0
  310. data/doc/classes/IntRandomInstruction.src/M000185.html +15 -0
  311. data/doc/classes/IntRandomInstruction.src/M000186.html +15 -0
  312. data/doc/classes/IntRotateInstruction.html +218 -0
  313. data/doc/classes/IntRotateInstruction.src/M000207.html +15 -0
  314. data/doc/classes/IntRotateInstruction.src/M000208.html +17 -0
  315. data/doc/classes/IntRotateInstruction.src/M000209.html +14 -0
  316. data/doc/classes/IntRotateInstruction.src/M000210.html +17 -0
  317. data/doc/classes/IntSubtractInstruction.html +218 -0
  318. data/doc/classes/IntSubtractInstruction.src/M000159.html +15 -0
  319. data/doc/classes/IntSubtractInstruction.src/M000160.html +16 -0
  320. data/doc/classes/IntSubtractInstruction.src/M000161.html +16 -0
  321. data/doc/classes/IntSubtractInstruction.src/M000162.html +15 -0
  322. data/doc/classes/IntSwapInstruction.html +218 -0
  323. data/doc/classes/IntSwapInstruction.src/M000199.html +15 -0
  324. data/doc/classes/IntSwapInstruction.src/M000200.html +16 -0
  325. data/doc/classes/IntSwapInstruction.src/M000201.html +14 -0
  326. data/doc/classes/IntSwapInstruction.src/M000202.html +16 -0
  327. data/doc/classes/IntType.html +240 -0
  328. data/doc/classes/IntType.src/M000235.html +15 -0
  329. data/doc/classes/IntType.src/M000236.html +15 -0
  330. data/doc/classes/IntType.src/M000237.html +18 -0
  331. data/doc/classes/IntType.src/M000238.html +15 -0
  332. data/doc/classes/IntType.src/M000239.html +15 -0
  333. data/doc/classes/LiteralNode.html +183 -0
  334. data/doc/classes/LiteralNode.src/M000251.html +15 -0
  335. data/doc/classes/LiteralNode.src/M000252.html +16 -0
  336. data/doc/classes/LiteralNode.src/M000253.html +16 -0
  337. data/doc/classes/Nudge/Channel.html +437 -0
  338. data/doc/classes/Nudge/Channel.src/M000286.html +15 -0
  339. data/doc/classes/Nudge/Channel.src/M000287.html +19 -0
  340. data/doc/classes/Nudge/Channel.src/M000288.html +15 -0
  341. data/doc/classes/Nudge/Channel.src/M000289.html +15 -0
  342. data/doc/classes/Nudge/Channel.src/M000290.html +15 -0
  343. data/doc/classes/Nudge/Channel.src/M000291.html +19 -0
  344. data/doc/classes/Nudge/Channel.src/M000292.html +19 -0
  345. data/doc/classes/Nudge/Channel.src/M000293.html +17 -0
  346. data/doc/classes/Nudge/Channel.src/M000294.html +15 -0
  347. data/doc/classes/Nudge/Channel.src/M000295.html +20 -0
  348. data/doc/classes/Nudge/Channel.src/M000296.html +15 -0
  349. data/doc/classes/Nudge/Channel.src/M000297.html +17 -0
  350. data/doc/classes/Nudge/Channel.src/M000298.html +15 -0
  351. data/doc/classes/Nudge/CodeBlock.html +331 -0
  352. data/doc/classes/Nudge/CodeBlock.src/M000263.html +15 -0
  353. data/doc/classes/Nudge/CodeBlock.src/M000264.html +15 -0
  354. data/doc/classes/Nudge/CodeBlock.src/M000265.html +15 -0
  355. data/doc/classes/Nudge/CodeBlock.src/M000266.html +15 -0
  356. data/doc/classes/Nudge/CodeBlock.src/M000267.html +15 -0
  357. data/doc/classes/Nudge/CodeBlock.src/M000268.html +17 -0
  358. data/doc/classes/Nudge/CodeBlock.src/M000269.html +20 -0
  359. data/doc/classes/Nudge/CodeBlock.src/M000270.html +15 -0
  360. data/doc/classes/Nudge/CodeBlock.src/M000271.html +19 -0
  361. data/doc/classes/Nudge/DeadLocation.html +152 -0
  362. data/doc/classes/Nudge/DeadLocation.src/M000334.html +17 -0
  363. data/doc/classes/Nudge/Erc.html +335 -0
  364. data/doc/classes/Nudge/Erc.src/M000278.html +16 -0
  365. data/doc/classes/Nudge/Erc.src/M000279.html +15 -0
  366. data/doc/classes/Nudge/Erc.src/M000280.html +15 -0
  367. data/doc/classes/Nudge/Erc.src/M000281.html +15 -0
  368. data/doc/classes/Nudge/Erc.src/M000282.html +18 -0
  369. data/doc/classes/Nudge/Erc.src/M000283.html +15 -0
  370. data/doc/classes/Nudge/Erc.src/M000284.html +17 -0
  371. data/doc/classes/Nudge/Erc.src/M000285.html +15 -0
  372. data/doc/classes/Nudge/Individual.html +313 -0
  373. data/doc/classes/Nudge/Individual.src/M000314.html +21 -0
  374. data/doc/classes/Nudge/Individual.src/M000315.html +15 -0
  375. data/doc/classes/Nudge/Individual.src/M000316.html +15 -0
  376. data/doc/classes/Nudge/Individual.src/M000317.html +17 -0
  377. data/doc/classes/Nudge/Individual.src/M000318.html +25 -0
  378. data/doc/classes/Nudge/InstructionPoint/InstructionNotFoundError.html +110 -0
  379. data/doc/classes/Nudge/InstructionPoint.html +350 -0
  380. data/doc/classes/Nudge/InstructionPoint.src/M000299.html +15 -0
  381. data/doc/classes/Nudge/InstructionPoint.src/M000300.html +15 -0
  382. data/doc/classes/Nudge/InstructionPoint.src/M000301.html +17 -0
  383. data/doc/classes/Nudge/InstructionPoint.src/M000302.html +15 -0
  384. data/doc/classes/Nudge/InstructionPoint.src/M000303.html +17 -0
  385. data/doc/classes/Nudge/InstructionPoint.src/M000304.html +17 -0
  386. data/doc/classes/Nudge/InstructionPoint.src/M000305.html +17 -0
  387. data/doc/classes/Nudge/InstructionPoint.src/M000306.html +15 -0
  388. data/doc/classes/Nudge/Interpreter.html +369 -0
  389. data/doc/classes/Nudge/Interpreter.src/M000257.html +20 -0
  390. data/doc/classes/Nudge/Interpreter.src/M000258.html +19 -0
  391. data/doc/classes/Nudge/Interpreter.src/M000259.html +15 -0
  392. data/doc/classes/Nudge/Interpreter.src/M000260.html +19 -0
  393. data/doc/classes/Nudge/Interpreter.src/M000261.html +17 -0
  394. data/doc/classes/Nudge/LiteralPoint.html +291 -0
  395. data/doc/classes/Nudge/LiteralPoint.src/M000272.html +16 -0
  396. data/doc/classes/Nudge/LiteralPoint.src/M000273.html +15 -0
  397. data/doc/classes/Nudge/LiteralPoint.src/M000274.html +15 -0
  398. data/doc/classes/Nudge/LiteralPoint.src/M000275.html +18 -0
  399. data/doc/classes/Nudge/LiteralPoint.src/M000276.html +17 -0
  400. data/doc/classes/Nudge/LiteralPoint.src/M000277.html +15 -0
  401. data/doc/classes/Nudge/Location.html +525 -0
  402. data/doc/classes/Nudge/Location.src/M000319.html +19 -0
  403. data/doc/classes/Nudge/Location.src/M000320.html +15 -0
  404. data/doc/classes/Nudge/Location.src/M000321.html +26 -0
  405. data/doc/classes/Nudge/Location.src/M000322.html +15 -0
  406. data/doc/classes/Nudge/Location.src/M000323.html +20 -0
  407. data/doc/classes/Nudge/Location.src/M000324.html +16 -0
  408. data/doc/classes/Nudge/Location.src/M000325.html +25 -0
  409. data/doc/classes/Nudge/Location.src/M000326.html +15 -0
  410. data/doc/classes/Nudge/Location.src/M000327.html +21 -0
  411. data/doc/classes/Nudge/Location.src/M000328.html +16 -0
  412. data/doc/classes/Nudge/Location.src/M000329.html +15 -0
  413. data/doc/classes/Nudge/Location.src/M000330.html +16 -0
  414. data/doc/classes/Nudge/Location.src/M000331.html +20 -0
  415. data/doc/classes/Nudge/Location.src/M000332.html +17 -0
  416. data/doc/classes/Nudge/Location.src/M000333.html +17 -0
  417. data/doc/classes/Nudge/NondominatedSubset.html +196 -0
  418. data/doc/classes/Nudge/NondominatedSubset.src/M000005.html +19 -0
  419. data/doc/classes/Nudge/NondominatedSubset.src/M000006.html +19 -0
  420. data/doc/classes/Nudge/NondominatedSubset.src/M000007.html +25 -0
  421. data/doc/classes/Nudge/NondominatedSubset.src/M000339.html +19 -0
  422. data/doc/classes/Nudge/NondominatedSubset.src/M000340.html +19 -0
  423. data/doc/classes/Nudge/NondominatedSubset.src/M000341.html +25 -0
  424. data/doc/classes/Nudge/PopulationResample.html +175 -0
  425. data/doc/classes/Nudge/PopulationResample.src/M000003.html +22 -0
  426. data/doc/classes/Nudge/PopulationResample.src/M000337.html +22 -0
  427. data/doc/classes/Nudge/ProgramPoint.html +148 -0
  428. data/doc/classes/Nudge/ProgramPoint.src/M000262.html +15 -0
  429. data/doc/classes/Nudge/RandomGuess.html +176 -0
  430. data/doc/classes/Nudge/RandomGuess.src/M000002.html +21 -0
  431. data/doc/classes/Nudge/RandomGuess.src/M000336.html +21 -0
  432. data/doc/classes/Nudge/ResampleValues.html +169 -0
  433. data/doc/classes/Nudge/ResampleValues.src/M000004.html +36 -0
  434. data/doc/classes/Nudge/ResampleValues.src/M000338.html +36 -0
  435. data/doc/classes/Nudge/SearchOperator.html +175 -0
  436. data/doc/classes/Nudge/SearchOperator.src/M000001.html +15 -0
  437. data/doc/classes/Nudge/SearchOperator.src/M000335.html +15 -0
  438. data/doc/classes/Nudge/Stack.html +350 -0
  439. data/doc/classes/Nudge/Stack.src/M000307.html +15 -0
  440. data/doc/classes/Nudge/Stack.src/M000308.html +15 -0
  441. data/doc/classes/Nudge/Stack.src/M000309.html +18 -0
  442. data/doc/classes/Nudge/Stack.src/M000310.html +15 -0
  443. data/doc/classes/Nudge/Stack.src/M000311.html +15 -0
  444. data/doc/classes/Nudge/Stack.src/M000312.html +15 -0
  445. data/doc/classes/Nudge/Stack.src/M000313.html +15 -0
  446. data/doc/classes/Nudge/UniformBackboneCrossover.html +152 -0
  447. data/doc/classes/Nudge/UniformBackboneCrossover.src/M000008.html +35 -0
  448. data/doc/classes/Nudge/UniformBackboneCrossover.src/M000342.html +35 -0
  449. data/doc/classes/Nudge.html +174 -0
  450. data/doc/classes/NudgeType.html +363 -0
  451. data/doc/classes/NudgeType.src/M000225.html +17 -0
  452. data/doc/classes/NudgeType.src/M000226.html +15 -0
  453. data/doc/classes/NudgeType.src/M000227.html +15 -0
  454. data/doc/classes/NudgeType.src/M000228.html +15 -0
  455. data/doc/classes/NudgeType.src/M000229.html +15 -0
  456. data/doc/classes/NudgeType.src/M000230.html +15 -0
  457. data/doc/classes/NudgeType.src/M000231.html +15 -0
  458. data/doc/classes/NudgeType.src/M000232.html +15 -0
  459. data/doc/classes/NudgeType.src/M000233.html +15 -0
  460. data/doc/classes/NudgeType.src/M000234.html +15 -0
  461. data/doc/created.rid +1 -0
  462. data/doc/files/lib/instructions/bool_basics_rb.html +90 -0
  463. data/doc/files/lib/instructions/comparisons_rb.html +90 -0
  464. data/doc/files/lib/instructions/conditionals_rb.html +90 -0
  465. data/doc/files/lib/instructions/conversions_rb.html +90 -0
  466. data/doc/files/lib/instructions/exec_rb.html +90 -0
  467. data/doc/files/lib/instructions/float_arithmetic_rb.html +90 -0
  468. data/doc/files/lib/instructions/float_transcendental_rb.html +90 -0
  469. data/doc/files/lib/instructions/infrastructure_rb.html +100 -0
  470. data/doc/files/lib/instructions/int_arithmetic_rb.html +90 -0
  471. data/doc/files/lib/instructions/random_value_rb.html +90 -0
  472. data/doc/files/lib/instructions/stack_manipulation_rb.html +90 -0
  473. data/doc/files/lib/interpreter/grammars/nudge_language_helpers_rb.html +97 -0
  474. data/doc/files/lib/interpreter/grammars/nudge_language_treetop.html +180 -0
  475. data/doc/files/lib/interpreter/interpreter_rb.html +90 -0
  476. data/doc/files/lib/interpreter/programPoints_rb.html +90 -0
  477. data/doc/files/lib/interpreter/stack_rb.html +90 -0
  478. data/doc/files/lib/interpreter/types/codeType_rb.html +157 -0
  479. data/doc/files/lib/interpreter/types/codeType_rb.src/M000001.html +15 -0
  480. data/doc/files/lib/interpreter/types/codeType_rb.src/M000002.html +15 -0
  481. data/doc/files/lib/interpreter/types/pushTypes_rb.html +107 -0
  482. data/doc/files/lib/nudge_rb.html +152 -0
  483. data/doc/files/lib/search/evaluators/structural_complexity_rb.html +90 -0
  484. data/doc/files/lib/search/helpers_rb.html +90 -0
  485. data/doc/files/lib/search/individual/individual_rb.html +90 -0
  486. data/doc/files/lib/search/locations/location_rb.html +100 -0
  487. data/doc/files/lib/search/operators/basic_operators_rb.html +90 -0
  488. data/doc/fr_class_index.html +191 -0
  489. data/doc/fr_file_index.html +71 -0
  490. data/doc/fr_method_index.html +711 -0
  491. data/doc/index.html +21 -0
  492. data/doc/rdoc-style.css +299 -0
  493. data/features/parser_recognizes_nudge_language.feature +9 -0
  494. data/lib/instructions/bool_basics.rb +85 -0
  495. data/lib/instructions/code_basics.rb +14 -0
  496. data/lib/instructions/comparisons.rb +152 -0
  497. data/lib/instructions/conditionals.rb +44 -0
  498. data/lib/instructions/conversions.rb +94 -0
  499. data/lib/instructions/exec.rb +154 -0
  500. data/lib/instructions/float_arithmetic.rb +201 -0
  501. data/lib/instructions/float_transcendental.rb +47 -0
  502. data/lib/instructions/infrastructure.rb +84 -0
  503. data/lib/instructions/int_arithmetic.rb +160 -0
  504. data/lib/instructions/name_basics.rb +44 -0
  505. data/lib/instructions/name_bindings.rb +65 -0
  506. data/lib/instructions/random_value.rb +43 -0
  507. data/lib/instructions/stack_manipulation.rb +739 -0
  508. data/lib/interpreter/grammars/nudge_language.treetop +83 -0
  509. data/lib/interpreter/grammars/nudge_language_helpers.rb +64 -0
  510. data/lib/interpreter/interpreter.rb +176 -0
  511. data/lib/interpreter/programPoints.rb +236 -0
  512. data/lib/interpreter/stack.rb +39 -0
  513. data/lib/interpreter/types/codeType.rb +108 -0
  514. data/lib/interpreter/types/pushTypes.rb +102 -0
  515. data/lib/nudge.rb +38 -0
  516. data/lib/search/experiments/experiment.rb +53 -0
  517. data/lib/search/helpers.rb +22 -0
  518. data/lib/search/individual/batch.rb +25 -0
  519. data/lib/search/individual/individual.rb +147 -0
  520. data/lib/search/operators/basic_operators.rb +230 -0
  521. data/lib/search/operators/evaluators.rb +107 -0
  522. data/lib/search/operators/samplers_and_selectors.rb +123 -0
  523. data/lib/search/stations/station.rb +147 -0
  524. data/push_language_coverage.md +177 -0
  525. data/readme.md +19 -0
  526. data/spec/data/couchdb_spec.rb +2 -0
  527. data/spec/fixtures/just_block.example +1 -0
  528. data/spec/fixtures/just_block_with_newline.example +1 -0
  529. data/spec/fixtures/long_arithmetic.example +7 -0
  530. data/spec/fixtures/one_line_instr.example +1 -0
  531. data/spec/fixtures/untidy1.example +20 -0
  532. data/spec/fixtures/untidy1fixed.example +12 -0
  533. data/spec/instructions/bool_basics_spec.rb +97 -0
  534. data/spec/instructions/bool_stack_spec.rb +391 -0
  535. data/spec/instructions/code_basics_spec.rb +43 -0
  536. data/spec/instructions/code_stack_spec.rb +382 -0
  537. data/spec/instructions/comparisons_spec.rb +486 -0
  538. data/spec/instructions/conditionals_spec.rb +162 -0
  539. data/spec/instructions/conversions_spec.rb +92 -0
  540. data/spec/instructions/exec_spec.rb +883 -0
  541. data/spec/instructions/float_calculations_spec.rb +148 -0
  542. data/spec/instructions/float_stack_spec.rb +382 -0
  543. data/spec/instructions/float_transcendental_spec.rb +89 -0
  544. data/spec/instructions/instruction_class_spec.rb +9 -0
  545. data/spec/instructions/int_calculations_spec.rb +125 -0
  546. data/spec/instructions/int_stack_spec.rb +398 -0
  547. data/spec/instructions/name_basics_spec.rb +158 -0
  548. data/spec/instructions/name_bindings_spec.rb +257 -0
  549. data/spec/instructions/name_stack_spec.rb +382 -0
  550. data/spec/instructions/random_values_spec.rb +68 -0
  551. data/spec/integration/search_integration.rb +67 -0
  552. data/spec/interpreter/channel_spec.rb +92 -0
  553. data/spec/interpreter/codeblock_spec.rb +135 -0
  554. data/spec/interpreter/codetype_spec.rb +257 -0
  555. data/spec/interpreter/erc_spec.rb +130 -0
  556. data/spec/interpreter/instruction_spec.rb +97 -0
  557. data/spec/interpreter/interpreter_spec.rb +266 -0
  558. data/spec/interpreter/literal_spec.rb +94 -0
  559. data/spec/interpreter/parser_spec.rb +324 -0
  560. data/spec/interpreter/stack_spec.rb +81 -0
  561. data/spec/interpreter/types_spec.rb +102 -0
  562. data/spec/search/batch_spec.rb +30 -0
  563. data/spec/search/experiments/experiment_spec.rb +101 -0
  564. data/spec/search/helpers_spec.rb +59 -0
  565. data/spec/search/individual_spec.rb +356 -0
  566. data/spec/search/operators/any_one_sampler_spec.rb +40 -0
  567. data/spec/search/operators/dominated_quantile_spec.rb +111 -0
  568. data/spec/search/operators/duplicate_genomes_spec.rb +35 -0
  569. data/spec/search/operators/evaluators/program_point_evaluator_spec.rb +43 -0
  570. data/spec/search/operators/evaluators/test_case_evaluator_spec.rb +133 -0
  571. data/spec/search/operators/infrastructure_spec.rb +47 -0
  572. data/spec/search/operators/most_dominated_subset_spec.rb +47 -0
  573. data/spec/search/operators/nondominated_subset_spec.rb +97 -0
  574. data/spec/search/operators/pointCrossover_spec.rb +55 -0
  575. data/spec/search/operators/pointDeletion_spec.rb +57 -0
  576. data/spec/search/operators/pointMutation_spec.rb +71 -0
  577. data/spec/search/operators/random_guess_spec.rb +51 -0
  578. data/spec/search/operators/resample_and_clone_spec.rb +50 -0
  579. data/spec/search/operators/resample_values_spec.rb +126 -0
  580. data/spec/search/operators/sizePreservingMutation_spec.rb +2 -0
  581. data/spec/search/operators/uniformBackboneCrossover_spec.rb +63 -0
  582. data/spec/search/stations/station_spec.rb +496 -0
  583. data/spec/spec_helper.rb +11 -0
  584. metadata +738 -0
@@ -0,0 +1,125 @@
1
+ require File.join(File.dirname(__FILE__), "/../spec_helper")
2
+ include Nudge
3
+
4
+ theseInstructions = [
5
+ IntAddInstruction,
6
+ IntMultiplyInstruction,
7
+ IntDivideInstruction,
8
+ IntSubtractInstruction,
9
+ IntModuloInstruction,
10
+ IntMaxInstruction,
11
+ IntMinInstruction,
12
+ IntAbsInstruction,
13
+ IntNegativeInstruction
14
+ ]
15
+
16
+ intsTheyNeed = {
17
+ IntAddInstruction => 2,
18
+ IntMultiplyInstruction => 2,
19
+ IntDivideInstruction => 2,
20
+ IntSubtractInstruction => 2,
21
+ IntModuloInstruction => 2,
22
+ IntMaxInstruction => 2,
23
+ IntMinInstruction => 2,
24
+ IntAbsInstruction => 1,
25
+ IntNegativeInstruction => 1
26
+ }
27
+
28
+ resultTuples = {
29
+ IntAddInstruction => {[1,3] => 4, [-3,-4] => -7},
30
+ IntMultiplyInstruction => {[-2,3] => -6, [9,-9] => -81},
31
+ IntDivideInstruction => {[9,3] => 3, [3,9] => 0, [-9,-3] => 3},
32
+ IntSubtractInstruction => {[2,3] => -1, [-2,-4] => 2},
33
+ IntModuloInstruction => {[8,3] => 2, [9,3] => 0, [13,-4] => -3},
34
+ IntMaxInstruction => {[-2,-3] => -2},
35
+ IntMinInstruction => {[-3,-2] => -3},
36
+ IntAbsInstruction => {[-3] => 3,[-0] => 0 },
37
+ IntNegativeInstruction => {[-2] => 2, [912] => -912}
38
+ }
39
+
40
+ div0 = {
41
+ IntDivideInstruction => [9,0],
42
+ IntModuloInstruction => [8,0]
43
+ }
44
+
45
+
46
+ theseInstructions.each do |instName|
47
+ describe instName do
48
+ before(:each) do
49
+ @context = Interpreter.new
50
+ @i1 = instName.new(@context)
51
+ end
52
+
53
+ it "should have its context set" do
54
+ @i1.context.should == @context
55
+ end
56
+
57
+ [:preconditions?, :setup, :derive, :cleanup].each do |methodName|
58
+ it "should respond to \##{methodName}" do
59
+ @i1 = instName.new(@context)
60
+ @i1.should respond_to(methodName)
61
+ end
62
+ end
63
+
64
+ describe "\#go" do
65
+ before(:each) do
66
+ @i1 = instName.new(@context)
67
+ @context.clear_stacks
68
+ @int1 = LiteralPoint.new("int", 1)
69
+ end
70
+
71
+ describe "\#preconditions?" do
72
+ it "should check that there are enough parameters" do
73
+ 10.times {@context.stacks[:int].push(@int1)}
74
+ @i1.preconditions?.should == true
75
+ end
76
+
77
+ it "should raise an error if the preconditions aren't met" do
78
+ @context.clear_stacks # there are no params at all
79
+ lambda{@i1.preconditions?}.should raise_error(Instruction::NotEnoughStackItems)
80
+ end
81
+
82
+ it "should successfully run #go only if all preconditions are met" do
83
+ 5.times {@context.stacks[:int].push(@int1)}
84
+ @i1.should_receive(:cleanup)
85
+ @i1.go
86
+ end
87
+ end
88
+
89
+ describe "\#derive" do
90
+ it "should pop all the arguments" do
91
+ reduction = intsTheyNeed[instName]
92
+ reduction.times {@context.stacks[:int].push(@int1)}
93
+ @i1.stub!(:cleanup) # and do nothing
94
+ @i1.go
95
+ @context.stacks[:int].depth.should == 0
96
+ end
97
+
98
+ if div0.include? instName
99
+ it "should raise the right exceptions if it tries to divide by zero" do
100
+ @context.clear_stacks
101
+ @i1 = instName.new(@context)
102
+ div0[instName].each {|i| @context.stacks[:int].push(LiteralPoint.new("int", i))}
103
+ @i1.setup
104
+ lambda{@i1.derive}.should raise_error(Instruction::InstructionMethodError)
105
+ end
106
+ end
107
+ end
108
+
109
+ describe "\#cleanup" do
110
+ describe "should push the result" do
111
+ examples = resultTuples[instName]
112
+ examples.each do |inputs, expected|
113
+ params = inputs.inspect
114
+ it "should produce #{expected} given #{params}" do
115
+ inputs.each {|i| @context.stacks[:int].push(LiteralPoint.new("int", i))}
116
+ @i1.go
117
+ @context.stacks[:int].peek.value.should == expected
118
+ end
119
+ end
120
+ end
121
+ end
122
+ end
123
+
124
+ end
125
+ end
@@ -0,0 +1,398 @@
1
+ require File.join(File.dirname(__FILE__), "/../spec_helper")
2
+ include Nudge
3
+
4
+ theseInstructions = [
5
+ IntPopInstruction,
6
+ IntSwapInstruction,
7
+ IntDuplicateInstruction,
8
+ IntRotateInstruction]
9
+
10
+ intsTheyNeed = {
11
+ IntPopInstruction => 1,
12
+ IntSwapInstruction => 2,
13
+ IntDuplicateInstruction => 1,
14
+ IntRotateInstruction => 3 }
15
+
16
+ resultTuples = {
17
+ IntPopInstruction => {[1,2]=>[1]},
18
+ IntSwapInstruction => {[1,2]=>[2,1]},
19
+ IntDuplicateInstruction => {[33] => [33,33]},
20
+ IntRotateInstruction => {[1,2,3] => [2,3,1]} }
21
+
22
+ theseInstructions.each do |instName|
23
+ describe instName do
24
+ before(:each) do
25
+ @context = Interpreter.new
26
+ @i1 = instName.new(@context)
27
+ end
28
+
29
+ it "should have its context right" do
30
+ @i1.context.should == @context
31
+ end
32
+
33
+ [:preconditions?, :setup, :derive, :cleanup].each do |methodName|
34
+ it "should respond to \##{methodName}" do
35
+ @i1 = instName.new(@context)
36
+ @i1.should respond_to(methodName)
37
+ end
38
+ end
39
+
40
+ describe "\#go" do
41
+ before(:each) do
42
+ @i1 = instName.new(@context)
43
+ @context.clear_stacks
44
+ @int1 = LiteralPoint.new("int", 1)
45
+ end
46
+
47
+ describe "\#preconditions?" do
48
+ it "should check that there are enough parameters" do
49
+ 10.times {@context.stacks[:int].push(@int1)}
50
+ @i1.preconditions?.should == true
51
+ end
52
+
53
+ it "should raise an error if the preconditions aren't met" do
54
+ @context.clear_stacks # there are no params at all
55
+ lambda{@i1.preconditions?}.should raise_error(Instruction::NotEnoughStackItems)
56
+ end
57
+
58
+ it "should successfully run #go only if all preconditions are met" do
59
+ 5.times {@context.stacks[:int].push(@int1)}
60
+ @i1.should_receive(:cleanup)
61
+ @i1.go
62
+ end
63
+ end
64
+
65
+ describe "\#cleanup" do
66
+ describe "should restructure the stack" do
67
+ examples = resultTuples[instName]
68
+ examples.each do |inputs, finalStackState|
69
+ params = inputs.inspect
70
+ expected = finalStackState.inspect
71
+ it "should end up with #{expected} on the \:int stack, starting with #{params}" do
72
+ inputs.each {|i| @context.stacks[:int].push(LiteralPoint.new("int", i))}
73
+ @i1.go
74
+ finalStackState.reverse.each {|i| @context.stacks[:int].pop.value.should == i}
75
+ end
76
+ end
77
+ end
78
+ end
79
+ end
80
+ end
81
+ end
82
+
83
+
84
+ describe IntDepthInstruction do
85
+ before(:each) do
86
+ @context = Interpreter.new
87
+ @i1 = IntDepthInstruction.new(@context)
88
+ end
89
+
90
+ it "should have its context set" do
91
+ @i1.context.should == @context
92
+ end
93
+
94
+ [:preconditions?, :setup, :derive, :cleanup].each do |methodName|
95
+ it "should respond to \##{methodName}" do
96
+ @i1.should respond_to(methodName)
97
+ end
98
+ end
99
+
100
+ describe "\#go" do
101
+ before(:each) do
102
+ @i1 = IntDepthInstruction.new(@context)
103
+ @context.clear_stacks
104
+ @int1 = LiteralPoint.new("int", 1)
105
+ end
106
+
107
+ describe "\#preconditions?" do
108
+ it "should check that the :int stack responds to #depth" do
109
+ @i1.preconditions?.should == true
110
+ end
111
+ end
112
+
113
+ describe "\#cleanup" do
114
+ it "should count the items on the stack" do
115
+ @i1.go
116
+ @context.stacks[:int].peek.value.should == 0
117
+ 7.times {@context.stacks[:int].push @int1}
118
+ @i1.go
119
+ @context.stacks[:int].peek.value.should == 8
120
+ end
121
+ end
122
+ end
123
+ end
124
+
125
+
126
+ describe IntFlushInstruction do
127
+ before(:each) do
128
+ @context = Interpreter.new
129
+ @i1 = IntFlushInstruction.new(@context)
130
+ end
131
+
132
+ it "should have its context set right" do
133
+ @i1.context.should == @context
134
+ end
135
+
136
+ [:preconditions?, :setup, :derive, :cleanup].each do |methodName|
137
+ it "should respond to \##{methodName}" do
138
+ @i1.should respond_to(methodName)
139
+ end
140
+ end
141
+
142
+ describe "\#go" do
143
+ before(:each) do
144
+ @i1 = IntFlushInstruction.new(@context)
145
+ @context.clear_stacks
146
+ @int1 = LiteralPoint.new("int", 1)
147
+ end
148
+
149
+ describe "\#preconditions?" do
150
+ it "should check that the :int stack responds to #depth" do
151
+ @i1.preconditions?.should == true
152
+ end
153
+ end
154
+
155
+ describe "\#cleanup" do
156
+ it "should remove all items on the stack" do
157
+ 11.times {@context.stacks[:int].push(@int1)}
158
+ @context.stacks[:int].depth.should == 11
159
+ @i1.go
160
+ @context.stacks[:int].depth.should == 0
161
+ end
162
+ end
163
+ end
164
+ end
165
+
166
+
167
+ describe IntShoveInstruction do
168
+ before(:each) do
169
+ @context = Interpreter.new
170
+ @i1 = IntShoveInstruction.new(@context)
171
+ end
172
+
173
+ it "should check its context is set" do
174
+ @i1.context.should == @context
175
+ end
176
+
177
+ [:preconditions?, :setup, :derive, :cleanup].each do |methodName|
178
+ it "should respond to \##{methodName}" do
179
+ @i1.should respond_to(methodName)
180
+ end
181
+ end
182
+
183
+ describe "\#go" do
184
+ before(:each) do
185
+ @i1 = IntShoveInstruction.new(@context)
186
+ @context.clear_stacks
187
+ @int1 = LiteralPoint.new("int", 77)
188
+ end
189
+
190
+ describe "\#preconditions?" do
191
+ it "should check that there is one :int and at least one more :int" do
192
+ @context.stacks[:int].push(LiteralPoint.new("int", 4))
193
+ @context.stacks[:int].push(@int1)
194
+ @i1.preconditions?.should == true
195
+ end
196
+ end
197
+
198
+ describe "\#cleanup" do
199
+ before(:each) do
200
+ @context.clear_stacks
201
+ 11.times {@context.stacks[:int].push(@int1)}
202
+ @context.stacks[:int].push(LiteralPoint.new("int", 22)) # making it 12 deep
203
+ end
204
+
205
+ it "should not move the top item if the integer is negative" do
206
+ @context.stacks[:int].push(LiteralPoint.new("int", -99))
207
+ @i1.go
208
+ @context.stacks[:int].depth.should == 12
209
+ @context.stacks[:int].peek.value.should == 22
210
+ end
211
+
212
+ it "should not move the top item if the integer is zero" do
213
+ @context.stacks[:int].push(LiteralPoint.new("int", 0))
214
+ @i1.go
215
+ @context.stacks[:int].depth.should == 12
216
+ @context.stacks[:int].peek.value.should == 22
217
+ end
218
+
219
+ it "should move the top item farther down if the value is less than the depth" do
220
+ @context.stacks[:int].push(LiteralPoint.new("int", 1000))
221
+ @i1.go
222
+ @context.stacks[:int].depth.should == 12
223
+ @context.stacks[:int].entries[0].value.should == 22
224
+ end
225
+
226
+ it "should move the top item to the bottom if the value is more than the depth" do
227
+ @context.stacks[:int].push(LiteralPoint.new("int", 4))
228
+ @i1.go
229
+ @context.stacks[:int].depth.should == 12
230
+ @context.stacks[:int].entries[11].value.should == 77
231
+ @context.stacks[:int].entries[7].value.should == 22
232
+ end
233
+ end
234
+ end
235
+ end
236
+
237
+
238
+ describe IntYankInstruction do
239
+ before(:each) do
240
+ @context = Interpreter.new
241
+ @i1 = IntYankInstruction.new(@context)
242
+ end
243
+
244
+ it "should check its context is set" do
245
+ @i1.context.should == @context
246
+ end
247
+
248
+ [:preconditions?, :setup, :derive, :cleanup].each do |methodName|
249
+ it "should respond to \##{methodName}" do
250
+ @i1.should respond_to(methodName)
251
+ end
252
+ end
253
+
254
+ describe "\#go" do
255
+ before(:each) do
256
+ @i1 = IntYankInstruction.new(@context)
257
+ @context.clear_stacks
258
+ @int1 = LiteralPoint.new("int", 3)
259
+ end
260
+
261
+ describe "\#preconditions?" do
262
+ it "should check that there is one :int and at least one more :int" do
263
+ @context.stacks[:int].push(LiteralPoint.new("int", 4))
264
+ @context.stacks[:int].push(@int1)
265
+ @i1.preconditions?.should == true
266
+ end
267
+ end
268
+
269
+ describe "\#cleanup" do
270
+ before(:each) do
271
+ @context.clear_stacks
272
+ (1..12).each {|i| @context.stacks[:int].push(LiteralPoint.new("int",i))}
273
+ end
274
+
275
+ it "should not change anything if the position integer is negative" do
276
+ @context.stacks[:int].push(LiteralPoint.new("int", -99))
277
+ @i1.go
278
+ @context.stacks[:int].depth.should == 12
279
+ @context.stacks[:int].peek.value.should == 12
280
+ end
281
+
282
+ it "should not change anything if the position integer is zero" do
283
+ @context.stacks[:int].push(LiteralPoint.new("int", 0))
284
+ @i1.go
285
+ @context.stacks[:int].depth.should == 12
286
+ @context.stacks[:int].peek.value.should == 12
287
+ end
288
+
289
+ it "should pull the last item on the stack to the top if the position is more than the stackdepth" do
290
+ @context.stacks[:int].push(LiteralPoint.new("int", 1000))
291
+ @i1.go
292
+ @context.stacks[:int].depth.should == 12
293
+ and_now = @context.stacks[:int].entries.collect {|i| i.value}
294
+ and_now.should == [2,3,4,5,6,7,8,9,10,11,12,1]
295
+ end
296
+
297
+ it "should yank the indicated item to the top of the stack, counting from the 'top' 'down'" do
298
+ @context.stacks[:int].push(LiteralPoint.new("int", 4))
299
+ @i1.go
300
+ @context.stacks[:int].depth.should == 12
301
+ and_now = @context.stacks[:int].entries.collect {|i| i.value}
302
+ and_now.should == [1,2,3,4,5,6,7,9,10,11,12,8]
303
+ # just to make sure
304
+ @i1.go # uses '8' for depth
305
+ and_now = @context.stacks[:int].entries.collect {|i| i.value}
306
+ and_now.should == [1,2,4,5,6,7,9,10,11,12,3]
307
+ @i1.go # uses '3' for depth
308
+ and_now = @context.stacks[:int].entries.collect {|i| i.value}
309
+ and_now.should == [1,2,4,5,6,7,10,11,12,9]
310
+
311
+ # and so forth...
312
+
313
+ 8.times {@i1.go}
314
+ and_now = @context.stacks[:int].entries.collect {|i| i.value}
315
+ and_now.should == [12,10]
316
+ @i1.go
317
+ and_now = @context.stacks[:int].entries.collect {|i| i.value}
318
+ and_now.should == [12]
319
+ @i1.go
320
+ and_now.should == [12]
321
+ end
322
+ end
323
+ end
324
+ end
325
+
326
+
327
+ describe IntYankdupInstruction do
328
+ before(:each) do
329
+ @context = Interpreter.new
330
+ @i1 = IntYankdupInstruction.new(@context)
331
+ end
332
+
333
+ it "should check its context is set" do
334
+ @i1.context.should == @context
335
+ end
336
+
337
+ [:preconditions?, :setup, :derive, :cleanup].each do |methodName|
338
+ it "should respond to \##{methodName}" do
339
+ @i1.should respond_to(methodName)
340
+ end
341
+ end
342
+
343
+ describe "\#go" do
344
+ before(:each) do
345
+ @i1 = IntYankdupInstruction.new(@context)
346
+ @context.clear_stacks
347
+ @int1 = LiteralPoint.new("int", 3)
348
+ end
349
+
350
+ describe "\#preconditions?" do
351
+ it "should check that there is one :int and at least one more :int" do
352
+ @context.stacks[:int].push(LiteralPoint.new("int", 123))
353
+ @context.stacks[:int].push(@int1)
354
+ @i1.preconditions?.should == true
355
+ end
356
+ end
357
+
358
+ describe "\#cleanup" do
359
+ before(:each) do
360
+ @context.clear_stacks
361
+ (1..5).each {|i| @context.stacks[:int].push(LiteralPoint.new("int",i))}
362
+ end
363
+
364
+ it "should duplicate the top item if the position integer is negative" do
365
+ @context.stacks[:int].push(LiteralPoint.new("int", -99))
366
+ @i1.go
367
+ and_now = @context.stacks[:int].entries.collect {|i| i.value}
368
+ and_now.should == [1,2,3,4,5,5]
369
+ end
370
+
371
+ it "should duplicate the top item if the position integer is zero" do
372
+ @context.stacks[:int].push(LiteralPoint.new("int", 0))
373
+ @i1.go
374
+ and_now = @context.stacks[:int].entries.collect {|i| i.value}
375
+ and_now.should == [1,2,3,4,5,5]
376
+ end
377
+
378
+ it "should clone the bottom item and push it if the position is more than the stackdepth" do
379
+ @context.stacks[:int].push(LiteralPoint.new("int", 1000))
380
+ @i1.go
381
+ and_now = @context.stacks[:int].entries.collect {|i| i.value}
382
+ and_now.should == [1,2,3,4,5,1]
383
+ end
384
+
385
+ it "should push a copy of the indicated item to the top of the stack, counting from the 'top down'" do
386
+ @context.stacks[:int].push(LiteralPoint.new("int", 2))
387
+ @i1.go
388
+ and_now = @context.stacks[:int].entries.collect {|i| i.value}
389
+ and_now.should == [1,2,3,4,5,3]
390
+
391
+ @context.stacks[:int].push(LiteralPoint.new("int", 2))
392
+ @i1.go
393
+ and_now = @context.stacks[:int].entries.collect {|i| i.value}
394
+ and_now.should == [1,2,3,4,5,3,4]
395
+ end
396
+ end
397
+ end
398
+ end
@@ -0,0 +1,158 @@
1
+ require File.join(File.dirname(__FILE__), "/../spec_helper")
2
+ include Nudge
3
+
4
+ describe NameRandomBoundInstruction do
5
+ before(:each) do
6
+ @context = Interpreter.new
7
+ @i1 = NameRandomBoundInstruction.new(@context)
8
+ end
9
+
10
+ it "should have a context upon creation" do
11
+ @i1.context.should == @context
12
+ end
13
+
14
+ [:preconditions?, :setup, :derive, :cleanup].each do |methodName|
15
+ it "should respond to \##{methodName}" do
16
+ @i1.should respond_to(methodName)
17
+ end
18
+ end
19
+
20
+ describe "\#go" do
21
+ before(:each) do
22
+ @i1 = NameRandomBoundInstruction.new(@context)
23
+ @bar = LiteralPoint.new("int", 99)
24
+ @context.reset_names
25
+ @context.reset_variables
26
+ end
27
+
28
+ describe "\#preconditions?" do
29
+ it "should check that there are any bound variables or names" do
30
+ @i1.preconditions?.should == false
31
+
32
+ @context.bind_variable("d", @bar)
33
+ @i1.preconditions?.should == true
34
+
35
+ @context.reset_variables
36
+ @context.bind_name("r", @bar)
37
+ @i1.preconditions?.should == true
38
+ end
39
+ end
40
+
41
+ describe "\#cleanup" do
42
+ it "should push a random sample of the bound references in @context" do
43
+ @context.bind_variable("d", @bar)
44
+ @i1.go
45
+ @context.stacks[:exec].depth.should == 1
46
+ @context.stacks[:exec].peek.should be_a_kind_of(ChannelPoint)
47
+ @context.stacks[:exec].peek.value.should == "d"
48
+
49
+ @context.reset_variables
50
+ @context.bind_name("e", @bar)
51
+ @i1.go
52
+ @context.stacks[:exec].depth.should == 2
53
+ @context.stacks[:exec].peek.should be_a_kind_of(ChannelPoint)
54
+ @context.stacks[:exec].peek.value.should == "e"
55
+
56
+ @context.reset_names
57
+ @i1.go # nothing should happen
58
+ @context.stacks[:exec].depth.should == 2
59
+ @context.stacks[:exec].peek.should be_a_kind_of(ChannelPoint)
60
+ @context.stacks[:exec].peek.value.should == "e"
61
+ end
62
+ end
63
+ end
64
+ end
65
+
66
+
67
+ describe NameNextInstruction do
68
+ before(:each) do
69
+ @context = Interpreter.new
70
+ @i1 = NameNextInstruction.new(@context)
71
+ end
72
+
73
+ it "should have a context upon creation" do
74
+ @i1.context.should == @context
75
+ end
76
+
77
+ [:preconditions?, :setup, :derive, :cleanup].each do |methodName|
78
+ it "should respond to \##{methodName}" do
79
+ @i1.should respond_to(methodName)
80
+ end
81
+ end
82
+
83
+ describe "\#go" do
84
+ before(:each) do
85
+ @i1 = NameNextInstruction.new(@context)
86
+ @context.reset
87
+ end
88
+
89
+ describe "\#preconditions?" do
90
+ it "should always be ready to go" do
91
+ @i1.preconditions?.should == true
92
+ end
93
+ end
94
+
95
+ describe "\#cleanup" do
96
+ it "should push a new ChannelPoint onto :exec, with an incremented value" do
97
+ @context.last_name.should == "refAAAAA"
98
+ @i1.go
99
+ @context.last_name.should == "refAAAAB"
100
+ @context.stacks[:exec].depth.should == 1
101
+ @i1.go
102
+ @context.last_name.should == "refAAAAC"
103
+ @context.stacks[:exec].peek.value.should == "refAAAAC"
104
+ end
105
+ end
106
+ end
107
+ end
108
+
109
+
110
+ describe NameDisableLookupInstruction do
111
+ before(:each) do
112
+ @context = Interpreter.new
113
+ @i1 = NameDisableLookupInstruction.new(@context)
114
+ end
115
+
116
+ it "should have a context upon creation" do
117
+ @i1.context.should == @context
118
+ end
119
+
120
+ [:preconditions?, :setup, :derive, :cleanup].each do |methodName|
121
+ it "should respond to \##{methodName}" do
122
+ @i1.should respond_to(methodName)
123
+ end
124
+ end
125
+
126
+ describe "\#go" do
127
+ before(:each) do
128
+ @i1 = NameDisableLookupInstruction.new(@context)
129
+ @bar = LiteralPoint.new("int", 99)
130
+ @context.bind_name("zzzz", @bar)
131
+ end
132
+
133
+ describe "\#preconditions?" do
134
+ it "should always be ready to go" do
135
+ @i1.preconditions?.should == true
136
+ end
137
+ end
138
+
139
+ describe "\#cleanup" do
140
+ it "should switch off channel lookup until one NAME is encountered" do
141
+ 3.times {@context.stacks[:exec].push(ChannelPoint.new("zzzz"))}
142
+
143
+ @context.evaluate_channels.should == true
144
+ 2.times {@context.step} # looks up 'zzzz', pushes to :exec; pushes to :int
145
+ @context.stacks[:int].peek.value.should == 99
146
+
147
+ @i1.go
148
+ @context.evaluate_channels.should == false
149
+
150
+ @context.step # doesn't look it up, pushes ChannelPoint to :name
151
+ @context.stacks[:name].peek.value.should == "zzzz"
152
+ @context.evaluate_channels.should == true
153
+ 2.times {@context.step} # looks up 'zzzz' again, pushes to :exec; pushes to :int
154
+ @context.stacks[:int].depth.should == 2
155
+ end
156
+ end
157
+ end
158
+ end