nutshell-crm 0.0.5 → 0.0.6.alpha

Sign up to get free protection for your applications and to get access to all the features.
Files changed (260) hide show
  1. data/.rbenv-version +1 -0
  2. data/.travis.yml +8 -0
  3. data/CHANGELOG.md +5 -0
  4. data/README.md +37 -0
  5. data/Rakefile +14 -3
  6. data/lib/nutshell-crm.rb +92 -5
  7. data/lib/nutshell-crm/version.rb +1 -1
  8. data/nutshell-crm.gemspec +1 -0
  9. data/spec/nutshell-crm_spec.rb +17 -8
  10. data/vendor/bundle/bin/rake +19 -0
  11. data/vendor/bundle/gems/json-1.6.4/.gitignore +8 -0
  12. data/vendor/bundle/gems/json-1.6.4/.travis.yml +15 -0
  13. data/vendor/bundle/gems/json-1.6.4/CHANGES +227 -0
  14. data/vendor/bundle/gems/json-1.6.4/COPYING +58 -0
  15. data/vendor/bundle/gems/json-1.6.4/COPYING-json-jruby +57 -0
  16. data/vendor/bundle/gems/json-1.6.4/GPL +340 -0
  17. data/vendor/bundle/gems/json-1.6.4/Gemfile +11 -0
  18. data/vendor/bundle/gems/json-1.6.4/README-json-jruby.markdown +33 -0
  19. data/vendor/bundle/gems/json-1.6.4/README.rdoc +358 -0
  20. data/vendor/bundle/gems/json-1.6.4/Rakefile +408 -0
  21. data/vendor/bundle/gems/json-1.6.4/TODO +1 -0
  22. data/vendor/bundle/gems/json-1.6.4/VERSION +1 -0
  23. data/{README → vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/.keep} +0 -0
  24. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkComparison.log +52 -0
  25. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_fast-autocorrelation.dat +1000 -0
  26. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_fast.dat +1001 -0
  27. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_pretty-autocorrelation.dat +900 -0
  28. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_pretty.dat +901 -0
  29. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_safe-autocorrelation.dat +1000 -0
  30. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt#generator_safe.dat +1001 -0
  31. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkExt.log +261 -0
  32. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_fast-autocorrelation.dat +1000 -0
  33. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_fast.dat +1001 -0
  34. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_pretty-autocorrelation.dat +1000 -0
  35. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_pretty.dat +1001 -0
  36. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_safe-autocorrelation.dat +1000 -0
  37. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure#generator_safe.dat +1001 -0
  38. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkPure.log +262 -0
  39. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkRails#generator-autocorrelation.dat +1000 -0
  40. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkRails#generator.dat +1001 -0
  41. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/GeneratorBenchmarkRails.log +82 -0
  42. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkComparison.log +34 -0
  43. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkExt#parser-autocorrelation.dat +900 -0
  44. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkExt#parser.dat +901 -0
  45. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkExt.log +81 -0
  46. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkPure#parser-autocorrelation.dat +1000 -0
  47. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkPure#parser.dat +1001 -0
  48. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkPure.log +82 -0
  49. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkRails#parser-autocorrelation.dat +1000 -0
  50. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkRails#parser.dat +1001 -0
  51. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkRails.log +82 -0
  52. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkYAML#parser-autocorrelation.dat +1000 -0
  53. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkYAML#parser.dat +1001 -0
  54. data/vendor/bundle/gems/json-1.6.4/benchmarks/data-p4-3GHz-ruby18/ParserBenchmarkYAML.log +82 -0
  55. data/vendor/bundle/gems/json-1.6.4/benchmarks/data/.keep +0 -0
  56. data/vendor/bundle/gems/json-1.6.4/benchmarks/generator2_benchmark.rb +222 -0
  57. data/vendor/bundle/gems/json-1.6.4/benchmarks/generator_benchmark.rb +224 -0
  58. data/vendor/bundle/gems/json-1.6.4/benchmarks/ohai.json +1216 -0
  59. data/vendor/bundle/gems/json-1.6.4/benchmarks/ohai.ruby +1 -0
  60. data/vendor/bundle/gems/json-1.6.4/benchmarks/parser2_benchmark.rb +251 -0
  61. data/vendor/bundle/gems/json-1.6.4/benchmarks/parser_benchmark.rb +259 -0
  62. data/vendor/bundle/gems/json-1.6.4/data/example.json +1 -0
  63. data/vendor/bundle/gems/json-1.6.4/data/index.html +38 -0
  64. data/vendor/bundle/gems/json-1.6.4/data/prototype.js +4184 -0
  65. data/vendor/bundle/gems/json-1.6.4/diagrams/.keep +0 -0
  66. data/vendor/bundle/gems/json-1.6.4/ext/json/ext/fbuffer/fbuffer.h +156 -0
  67. data/vendor/bundle/gems/json-1.6.4/ext/json/ext/generator/Makefile +187 -0
  68. data/vendor/bundle/gems/json-1.6.4/ext/json/ext/generator/extconf.rb +13 -0
  69. data/vendor/bundle/gems/json-1.6.4/ext/json/ext/generator/generator.bundle +0 -0
  70. data/vendor/bundle/gems/json-1.6.4/ext/json/ext/generator/generator.c +1384 -0
  71. data/vendor/bundle/gems/json-1.6.4/ext/json/ext/generator/generator.h +161 -0
  72. data/vendor/bundle/gems/json-1.6.4/ext/json/ext/generator/generator.o +0 -0
  73. data/vendor/bundle/gems/json-1.6.4/ext/json/ext/json/ext/generator.bundle +0 -0
  74. data/vendor/bundle/gems/json-1.6.4/ext/json/ext/json/ext/parser.bundle +0 -0
  75. data/vendor/bundle/gems/json-1.6.4/ext/json/ext/parser/Makefile +187 -0
  76. data/vendor/bundle/gems/json-1.6.4/ext/json/ext/parser/extconf.rb +13 -0
  77. data/vendor/bundle/gems/json-1.6.4/ext/json/ext/parser/parser.bundle +0 -0
  78. data/vendor/bundle/gems/json-1.6.4/ext/json/ext/parser/parser.c +2203 -0
  79. data/vendor/bundle/gems/json-1.6.4/ext/json/ext/parser/parser.h +77 -0
  80. data/vendor/bundle/gems/json-1.6.4/ext/json/ext/parser/parser.o +0 -0
  81. data/vendor/bundle/gems/json-1.6.4/ext/json/ext/parser/parser.rl +926 -0
  82. data/vendor/bundle/gems/json-1.6.4/install.rb +19 -0
  83. data/vendor/bundle/gems/json-1.6.4/java/src/json/ext/ByteListTranscoder.java +167 -0
  84. data/vendor/bundle/gems/json-1.6.4/java/src/json/ext/Generator.java +437 -0
  85. data/vendor/bundle/gems/json-1.6.4/java/src/json/ext/GeneratorMethods.java +232 -0
  86. data/vendor/bundle/gems/json-1.6.4/java/src/json/ext/GeneratorService.java +43 -0
  87. data/vendor/bundle/gems/json-1.6.4/java/src/json/ext/GeneratorState.java +522 -0
  88. data/vendor/bundle/gems/json-1.6.4/java/src/json/ext/OptionsReader.java +113 -0
  89. data/vendor/bundle/gems/json-1.6.4/java/src/json/ext/Parser.java +2640 -0
  90. data/vendor/bundle/gems/json-1.6.4/java/src/json/ext/Parser.rl +964 -0
  91. data/vendor/bundle/gems/json-1.6.4/java/src/json/ext/ParserService.java +35 -0
  92. data/vendor/bundle/gems/json-1.6.4/java/src/json/ext/RuntimeInfo.java +121 -0
  93. data/vendor/bundle/gems/json-1.6.4/java/src/json/ext/StringDecoder.java +166 -0
  94. data/vendor/bundle/gems/json-1.6.4/java/src/json/ext/StringEncoder.java +106 -0
  95. data/vendor/bundle/gems/json-1.6.4/java/src/json/ext/Utils.java +89 -0
  96. data/vendor/bundle/gems/json-1.6.4/json-java.gemspec +22 -0
  97. data/vendor/bundle/gems/json-1.6.4/json.gemspec +40 -0
  98. data/vendor/bundle/gems/json-1.6.4/json_pure.gemspec +42 -0
  99. data/vendor/bundle/gems/json-1.6.4/lib/json.rb +62 -0
  100. data/vendor/bundle/gems/json-1.6.4/lib/json/add/bigdecimal.rb +21 -0
  101. data/vendor/bundle/gems/json-1.6.4/lib/json/add/complex.rb +22 -0
  102. data/vendor/bundle/gems/json-1.6.4/lib/json/add/core.rb +11 -0
  103. data/vendor/bundle/gems/json-1.6.4/lib/json/add/date.rb +34 -0
  104. data/vendor/bundle/gems/json-1.6.4/lib/json/add/date_time.rb +50 -0
  105. data/vendor/bundle/gems/json-1.6.4/lib/json/add/exception.rb +31 -0
  106. data/vendor/bundle/gems/json-1.6.4/lib/json/add/ostruct.rb +31 -0
  107. data/vendor/bundle/gems/json-1.6.4/lib/json/add/range.rb +29 -0
  108. data/vendor/bundle/gems/json-1.6.4/lib/json/add/rational.rb +22 -0
  109. data/vendor/bundle/gems/json-1.6.4/lib/json/add/regexp.rb +30 -0
  110. data/vendor/bundle/gems/json-1.6.4/lib/json/add/struct.rb +30 -0
  111. data/vendor/bundle/gems/json-1.6.4/lib/json/add/symbol.rb +25 -0
  112. data/vendor/bundle/gems/json-1.6.4/lib/json/add/time.rb +35 -0
  113. data/vendor/bundle/gems/json-1.6.4/lib/json/common.rb +470 -0
  114. data/vendor/bundle/gems/json-1.6.4/lib/json/ext.rb +21 -0
  115. data/vendor/bundle/gems/json-1.6.4/lib/json/ext/.keep +0 -0
  116. data/vendor/bundle/gems/json-1.6.4/lib/json/pure.rb +21 -0
  117. data/vendor/bundle/gems/json-1.6.4/lib/json/pure/generator.rb +468 -0
  118. data/vendor/bundle/gems/json-1.6.4/lib/json/pure/parser.rb +359 -0
  119. data/vendor/bundle/gems/json-1.6.4/lib/json/version.rb +8 -0
  120. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/fail1.json +1 -0
  121. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/fail10.json +1 -0
  122. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/fail11.json +1 -0
  123. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/fail12.json +1 -0
  124. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/fail13.json +1 -0
  125. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/fail14.json +1 -0
  126. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/fail18.json +1 -0
  127. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/fail19.json +1 -0
  128. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/fail2.json +1 -0
  129. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/fail20.json +1 -0
  130. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/fail21.json +1 -0
  131. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/fail22.json +1 -0
  132. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/fail23.json +1 -0
  133. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/fail24.json +1 -0
  134. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/fail25.json +1 -0
  135. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/fail27.json +2 -0
  136. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/fail28.json +2 -0
  137. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/fail3.json +1 -0
  138. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/fail4.json +1 -0
  139. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/fail5.json +1 -0
  140. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/fail6.json +1 -0
  141. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/fail7.json +1 -0
  142. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/fail8.json +1 -0
  143. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/fail9.json +1 -0
  144. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/pass1.json +56 -0
  145. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/pass15.json +1 -0
  146. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/pass16.json +1 -0
  147. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/pass17.json +1 -0
  148. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/pass2.json +1 -0
  149. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/pass26.json +1 -0
  150. data/vendor/bundle/gems/json-1.6.4/tests/fixtures/pass3.json +6 -0
  151. data/vendor/bundle/gems/json-1.6.4/tests/setup_variant.rb +11 -0
  152. data/vendor/bundle/gems/json-1.6.4/tests/test_json.rb +527 -0
  153. data/vendor/bundle/gems/json-1.6.4/tests/test_json_addition.rb +188 -0
  154. data/vendor/bundle/gems/json-1.6.4/tests/test_json_encoding.rb +65 -0
  155. data/vendor/bundle/gems/json-1.6.4/tests/test_json_fixtures.rb +35 -0
  156. data/vendor/bundle/gems/json-1.6.4/tests/test_json_generate.rb +249 -0
  157. data/vendor/bundle/gems/json-1.6.4/tests/test_json_string_matching.rb +40 -0
  158. data/vendor/bundle/gems/json-1.6.4/tests/test_json_unicode.rb +72 -0
  159. data/vendor/bundle/gems/json-1.6.4/tools/fuzz.rb +139 -0
  160. data/vendor/bundle/gems/json-1.6.4/tools/server.rb +62 -0
  161. data/vendor/bundle/gems/rake-0.9.2.2/.gemtest +0 -0
  162. data/vendor/bundle/gems/rake-0.9.2.2/CHANGES +522 -0
  163. data/vendor/bundle/gems/rake-0.9.2.2/MIT-LICENSE +21 -0
  164. data/vendor/bundle/gems/rake-0.9.2.2/README.rdoc +197 -0
  165. data/vendor/bundle/gems/rake-0.9.2.2/Rakefile +369 -0
  166. data/vendor/bundle/gems/rake-0.9.2.2/TODO +20 -0
  167. data/vendor/bundle/gems/rake-0.9.2.2/bin/rake +33 -0
  168. data/vendor/bundle/gems/rake-0.9.2.2/install.rb +90 -0
  169. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake.rb +69 -0
  170. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/alt_system.rb +109 -0
  171. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/application.rb +595 -0
  172. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/classic_namespace.rb +11 -0
  173. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/clean.rb +32 -0
  174. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/cloneable.rb +25 -0
  175. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/contrib/compositepublisher.rb +21 -0
  176. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/contrib/ftptools.rb +150 -0
  177. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/contrib/publisher.rb +73 -0
  178. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/contrib/rubyforgepublisher.rb +16 -0
  179. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/contrib/sshpublisher.rb +50 -0
  180. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/contrib/sys.rb +191 -0
  181. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/default_loader.rb +10 -0
  182. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/dsl_definition.rb +176 -0
  183. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/early_time.rb +18 -0
  184. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/ext/core.rb +27 -0
  185. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/ext/module.rb +39 -0
  186. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/ext/string.rb +167 -0
  187. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/ext/time.rb +14 -0
  188. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/file_creation_task.rb +24 -0
  189. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/file_list.rb +403 -0
  190. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/file_task.rb +47 -0
  191. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/file_utils.rb +114 -0
  192. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/file_utils_ext.rb +145 -0
  193. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/gempackagetask.rb +15 -0
  194. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/invocation_chain.rb +51 -0
  195. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/invocation_exception_mixin.rb +16 -0
  196. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/loaders/makefile.rb +40 -0
  197. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/multi_task.rb +16 -0
  198. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/name_space.rb +25 -0
  199. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/packagetask.rb +185 -0
  200. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/pathmap.rb +1 -0
  201. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/pseudo_status.rb +24 -0
  202. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/rake_module.rb +29 -0
  203. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb +22 -0
  204. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/rdoctask.rb +234 -0
  205. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/ruby182_test_unit_fix.rb +25 -0
  206. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/rule_recursion_overflow_error.rb +20 -0
  207. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/runtest.rb +21 -0
  208. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/task.rb +327 -0
  209. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/task_argument_error.rb +7 -0
  210. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/task_arguments.rb +78 -0
  211. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/task_manager.rb +307 -0
  212. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/tasklib.rb +22 -0
  213. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/testtask.rb +191 -0
  214. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/version.rb +8 -0
  215. data/vendor/bundle/gems/rake-0.9.2.2/lib/rake/win32.rb +55 -0
  216. data/vendor/bundle/gems/rake-0.9.2.2/test/file_creation.rb +34 -0
  217. data/vendor/bundle/gems/rake-0.9.2.2/test/helper.rb +492 -0
  218. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake.rb +40 -0
  219. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_application.rb +489 -0
  220. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_application_options.rb +335 -0
  221. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_clean.rb +14 -0
  222. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_definitions.rb +80 -0
  223. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_directory_task.rb +46 -0
  224. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_dsl.rb +77 -0
  225. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_early_time.rb +31 -0
  226. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_extension.rb +59 -0
  227. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_file_creation_task.rb +56 -0
  228. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_file_list.rb +628 -0
  229. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_file_list_path_map.rb +8 -0
  230. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_file_task.rb +102 -0
  231. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_file_utils.rb +305 -0
  232. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_ftp_file.rb +59 -0
  233. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_functional.rb +450 -0
  234. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_invocation_chain.rb +52 -0
  235. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_makefile_loader.rb +44 -0
  236. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_multi_task.rb +51 -0
  237. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_name_space.rb +43 -0
  238. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_package_task.rb +79 -0
  239. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_path_map.rb +157 -0
  240. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_path_map_explode.rb +34 -0
  241. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_path_map_partial.rb +18 -0
  242. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_pseudo_status.rb +21 -0
  243. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_rake_test_loader.rb +21 -0
  244. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_rdoc_task.rb +83 -0
  245. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_require.rb +40 -0
  246. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_rules.rb +327 -0
  247. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_task.rb +267 -0
  248. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_task_argument_parsing.rb +103 -0
  249. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_task_arguments.rb +88 -0
  250. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_task_lib.rb +9 -0
  251. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_task_manager.rb +157 -0
  252. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_task_manager_argument_resolution.rb +36 -0
  253. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_task_with_arguments.rb +173 -0
  254. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_test_task.rb +120 -0
  255. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_top_level_functions.rb +111 -0
  256. data/vendor/bundle/gems/rake-0.9.2.2/test/test_rake_win32.rb +72 -0
  257. data/vendor/bundle/gems/rake-0.9.2.2/test/test_sys.rb +20 -0
  258. data/vendor/bundle/specifications/json-1.6.4.gemspec +39 -0
  259. data/vendor/bundle/specifications/rake-0.9.2.2.gemspec +34 -0
  260. metadata +285 -18
@@ -0,0 +1,161 @@
1
+ #ifndef _GENERATOR_H_
2
+ #define _GENERATOR_H_
3
+
4
+ #include <string.h>
5
+ #include <assert.h>
6
+ #include <math.h>
7
+
8
+ #include "ruby.h"
9
+
10
+ #ifdef HAVE_RUBY_RE_H
11
+ #include "ruby/re.h"
12
+ #else
13
+ #include "re.h"
14
+ #endif
15
+
16
+ #define option_given_p(opts, key) RTEST(rb_funcall(opts, i_key_p, 1, key))
17
+
18
+ #ifndef RHASH_SIZE
19
+ #define RHASH_SIZE(hsh) (RHASH(hsh)->tbl->num_entries)
20
+ #endif
21
+
22
+ #ifndef RFLOAT_VALUE
23
+ #define RFLOAT_VALUE(val) (RFLOAT(val)->value)
24
+ #endif
25
+
26
+ #ifndef RARRAY_PTR
27
+ #define RARRAY_PTR(ARRAY) RARRAY(ARRAY)->ptr
28
+ #endif
29
+ #ifndef RARRAY_LEN
30
+ #define RARRAY_LEN(ARRAY) RARRAY(ARRAY)->len
31
+ #endif
32
+ #ifndef RSTRING_PTR
33
+ #define RSTRING_PTR(string) RSTRING(string)->ptr
34
+ #endif
35
+ #ifndef RSTRING_LEN
36
+ #define RSTRING_LEN(string) RSTRING(string)->len
37
+ #endif
38
+
39
+ /* unicode defintions */
40
+
41
+ #define UNI_STRICT_CONVERSION 1
42
+
43
+ typedef unsigned long UTF32; /* at least 32 bits */
44
+ typedef unsigned short UTF16; /* at least 16 bits */
45
+ typedef unsigned char UTF8; /* typically 8 bits */
46
+
47
+ #define UNI_REPLACEMENT_CHAR (UTF32)0x0000FFFD
48
+ #define UNI_MAX_BMP (UTF32)0x0000FFFF
49
+ #define UNI_MAX_UTF16 (UTF32)0x0010FFFF
50
+ #define UNI_MAX_UTF32 (UTF32)0x7FFFFFFF
51
+ #define UNI_MAX_LEGAL_UTF32 (UTF32)0x0010FFFF
52
+
53
+ #define UNI_SUR_HIGH_START (UTF32)0xD800
54
+ #define UNI_SUR_HIGH_END (UTF32)0xDBFF
55
+ #define UNI_SUR_LOW_START (UTF32)0xDC00
56
+ #define UNI_SUR_LOW_END (UTF32)0xDFFF
57
+
58
+ static const int halfShift = 10; /* used for shifting by 10 bits */
59
+
60
+ static const UTF32 halfBase = 0x0010000UL;
61
+ static const UTF32 halfMask = 0x3FFUL;
62
+
63
+ static unsigned char isLegalUTF8(const UTF8 *source, unsigned long length);
64
+ static void unicode_escape(char *buf, UTF16 character);
65
+ static void unicode_escape_to_buffer(FBuffer *buffer, char buf[6], UTF16 character);
66
+ static void convert_UTF8_to_JSON_ASCII(FBuffer *buffer, VALUE string);
67
+ static void convert_UTF8_to_JSON(FBuffer *buffer, VALUE string);
68
+ static char *fstrndup(const char *ptr, unsigned long len);
69
+
70
+ /* ruby api and some helpers */
71
+
72
+ typedef struct JSON_Generator_StateStruct {
73
+ char *indent;
74
+ long indent_len;
75
+ char *space;
76
+ long space_len;
77
+ char *space_before;
78
+ long space_before_len;
79
+ char *object_nl;
80
+ long object_nl_len;
81
+ char *array_nl;
82
+ long array_nl_len;
83
+ FBuffer *array_delim;
84
+ FBuffer *object_delim;
85
+ FBuffer *object_delim2;
86
+ long max_nesting;
87
+ char allow_nan;
88
+ char ascii_only;
89
+ char quirks_mode;
90
+ long depth;
91
+ long buffer_initial_length;
92
+ } JSON_Generator_State;
93
+
94
+ #define GET_STATE(self) \
95
+ JSON_Generator_State *state; \
96
+ Data_Get_Struct(self, JSON_Generator_State, state)
97
+
98
+ #define GENERATE_JSON(type) \
99
+ FBuffer *buffer; \
100
+ VALUE Vstate; \
101
+ JSON_Generator_State *state; \
102
+ \
103
+ rb_scan_args(argc, argv, "01", &Vstate); \
104
+ Vstate = cState_from_state_s(cState, Vstate); \
105
+ Data_Get_Struct(Vstate, JSON_Generator_State, state); \
106
+ buffer = cState_prepare_buffer(Vstate); \
107
+ generate_json_##type(buffer, Vstate, state, self); \
108
+ return fbuffer_to_s(buffer)
109
+
110
+ static VALUE mHash_to_json(int argc, VALUE *argv, VALUE self);
111
+ static VALUE mArray_to_json(int argc, VALUE *argv, VALUE self);
112
+ static VALUE mFixnum_to_json(int argc, VALUE *argv, VALUE self);
113
+ static VALUE mBignum_to_json(int argc, VALUE *argv, VALUE self);
114
+ static VALUE mFloat_to_json(int argc, VALUE *argv, VALUE self);
115
+ static VALUE mString_included_s(VALUE self, VALUE modul);
116
+ static VALUE mString_to_json(int argc, VALUE *argv, VALUE self);
117
+ static VALUE mString_to_json_raw_object(VALUE self);
118
+ static VALUE mString_to_json_raw(int argc, VALUE *argv, VALUE self);
119
+ static VALUE mString_Extend_json_create(VALUE self, VALUE o);
120
+ static VALUE mTrueClass_to_json(int argc, VALUE *argv, VALUE self);
121
+ static VALUE mFalseClass_to_json(int argc, VALUE *argv, VALUE self);
122
+ static VALUE mNilClass_to_json(int argc, VALUE *argv, VALUE self);
123
+ static VALUE mObject_to_json(int argc, VALUE *argv, VALUE self);
124
+ static void State_free(JSON_Generator_State *state);
125
+ static JSON_Generator_State *State_allocate();
126
+ static VALUE cState_s_allocate(VALUE klass);
127
+ static VALUE cState_configure(VALUE self, VALUE opts);
128
+ static VALUE cState_to_h(VALUE self);
129
+ static void generate_json(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj);
130
+ static void generate_json_object(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj);
131
+ static void generate_json_array(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj);
132
+ static void generate_json_string(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj);
133
+ static void generate_json_null(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj);
134
+ static void generate_json_false(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj);
135
+ static void generate_json_true(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj);
136
+ static void generate_json_fixnum(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj);
137
+ static void generate_json_bignum(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj);
138
+ static void generate_json_float(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj);
139
+ static VALUE cState_partial_generate(VALUE self, VALUE obj);
140
+ static VALUE cState_generate(VALUE self, VALUE obj);
141
+ static VALUE cState_initialize(int argc, VALUE *argv, VALUE self);
142
+ static VALUE cState_from_state_s(VALUE self, VALUE opts);
143
+ static VALUE cState_indent(VALUE self);
144
+ static VALUE cState_indent_set(VALUE self, VALUE indent);
145
+ static VALUE cState_space(VALUE self);
146
+ static VALUE cState_space_set(VALUE self, VALUE space);
147
+ static VALUE cState_space_before(VALUE self);
148
+ static VALUE cState_space_before_set(VALUE self, VALUE space_before);
149
+ static VALUE cState_object_nl(VALUE self);
150
+ static VALUE cState_object_nl_set(VALUE self, VALUE object_nl);
151
+ static VALUE cState_array_nl(VALUE self);
152
+ static VALUE cState_array_nl_set(VALUE self, VALUE array_nl);
153
+ static VALUE cState_max_nesting(VALUE self);
154
+ static VALUE cState_max_nesting_set(VALUE self, VALUE depth);
155
+ static VALUE cState_allow_nan_p(VALUE self);
156
+ static VALUE cState_ascii_only_p(VALUE self);
157
+ static VALUE cState_depth(VALUE self);
158
+ static VALUE cState_depth_set(VALUE self, VALUE depth);
159
+ static FBuffer *cState_prepare_buffer(VALUE self);
160
+
161
+ #endif
@@ -0,0 +1,187 @@
1
+
2
+ SHELL = /bin/sh
3
+
4
+ #### Start of system configuration section. ####
5
+
6
+ srcdir = .
7
+ topdir = /Users/mshafrir/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1
8
+ hdrdir = /Users/mshafrir/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1
9
+ arch_hdrdir = /Users/mshafrir/.rbenv/versions/1.9.2-p290/include/ruby-1.9.1/$(arch)
10
+ VPATH = $(srcdir):$(arch_hdrdir)/ruby:$(hdrdir)/ruby
11
+ prefix = $(DESTDIR)/Users/mshafrir/.rbenv/versions/1.9.2-p290
12
+ rubylibprefix = $(libdir)/$(RUBY_BASE_NAME)
13
+ exec_prefix = $(prefix)
14
+ vendorhdrdir = $(rubyhdrdir)/vendor_ruby
15
+ sitehdrdir = $(rubyhdrdir)/site_ruby
16
+ rubyhdrdir = $(includedir)/$(RUBY_BASE_NAME)-$(ruby_version)
17
+ vendordir = $(rubylibprefix)/vendor_ruby
18
+ sitedir = $(rubylibprefix)/site_ruby
19
+ ridir = $(datarootdir)/$(RI_BASE_NAME)
20
+ mandir = $(datarootdir)/man
21
+ localedir = $(datarootdir)/locale
22
+ libdir = $(exec_prefix)/lib
23
+ psdir = $(docdir)
24
+ pdfdir = $(docdir)
25
+ dvidir = $(docdir)
26
+ htmldir = $(docdir)
27
+ infodir = $(datarootdir)/info
28
+ docdir = $(datarootdir)/doc/$(PACKAGE)
29
+ oldincludedir = $(DESTDIR)/usr/include
30
+ includedir = $(prefix)/include
31
+ localstatedir = $(prefix)/var
32
+ sharedstatedir = $(prefix)/com
33
+ sysconfdir = $(prefix)/etc
34
+ datadir = $(datarootdir)
35
+ datarootdir = $(prefix)/share
36
+ libexecdir = $(exec_prefix)/libexec
37
+ sbindir = $(exec_prefix)/sbin
38
+ bindir = $(exec_prefix)/bin
39
+ rubylibdir = $(rubylibprefix)/$(ruby_version)
40
+ archdir = $(rubylibdir)/$(arch)
41
+ sitelibdir = $(sitedir)/$(ruby_version)
42
+ sitearchdir = $(sitelibdir)/$(sitearch)
43
+ vendorlibdir = $(vendordir)/$(ruby_version)
44
+ vendorarchdir = $(vendorlibdir)/$(sitearch)
45
+
46
+ CC = gcc
47
+ CXX = g++
48
+ LIBRUBY = $(LIBRUBY_A)
49
+ LIBRUBY_A = lib$(RUBY_SO_NAME)-static.a
50
+ LIBRUBYARG_SHARED = -l$(RUBY_SO_NAME)
51
+ LIBRUBYARG_STATIC = -l$(RUBY_SO_NAME)-static
52
+ OUTFLAG = -o
53
+ COUTFLAG = -o
54
+
55
+ RUBY_EXTCONF_H =
56
+ cflags = $(optflags) $(debugflags) $(warnflags)
57
+ optflags = -O3
58
+ debugflags = -ggdb
59
+ warnflags = -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wshorten-64-to-32 -Wno-long-long
60
+ CFLAGS = -fno-common $(cflags) -pipe -O3 -Wall
61
+ INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir)/ruby/backward -I$(hdrdir) -I$(srcdir)
62
+ DEFS =
63
+ CPPFLAGS = -I'/Users/mshafrir/.rbenv/versions/1.9.2-p290/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE $(DEFS) $(cppflags)
64
+ CXXFLAGS = $(CFLAGS) $(cxxflags)
65
+ ldflags = -L. -L'/Users/mshafrir/.rbenv/versions/1.9.2-p290/lib' -L/usr/local/lib
66
+ dldflags = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace
67
+ ARCH_FLAG =
68
+ DLDFLAGS = $(ldflags) $(dldflags)
69
+ LDSHARED = $(CC) -dynamic -bundle
70
+ LDSHAREDXX = $(CXX) -dynamic -bundle
71
+ AR = ar
72
+ EXEEXT =
73
+
74
+ RUBY_BASE_NAME = ruby
75
+ RUBY_INSTALL_NAME = ruby
76
+ RUBY_SO_NAME = ruby
77
+ arch = x86_64-darwin11.1.0
78
+ sitearch = $(arch)
79
+ ruby_version = 1.9.1
80
+ ruby = /Users/mshafrir/.rbenv/versions/1.9.2-p290/bin/ruby
81
+ RUBY = $(ruby)
82
+ RM = rm -f
83
+ RM_RF = $(RUBY) -run -e rm -- -rf
84
+ RMDIRS = $(RUBY) -run -e rmdir -- -p
85
+ MAKEDIRS = mkdir -p
86
+ INSTALL = /usr/bin/install -c
87
+ INSTALL_PROG = $(INSTALL) -m 0755
88
+ INSTALL_DATA = $(INSTALL) -m 644
89
+ COPY = cp
90
+
91
+ #### End of system configuration section. ####
92
+
93
+ preload =
94
+
95
+ libpath = . $(libdir)
96
+ LIBPATH = -L. -L$(libdir)
97
+ DEFFILE =
98
+
99
+ CLEANFILES = mkmf.log
100
+ DISTCLEANFILES =
101
+ DISTCLEANDIRS =
102
+
103
+ extout =
104
+ extout_prefix =
105
+ target_prefix = /json/ext
106
+ LOCAL_LIBS =
107
+ LIBS = -lpthread -ldl -lobjc
108
+ SRCS = parser.c
109
+ OBJS = parser.o
110
+ TARGET = parser
111
+ DLLIB = $(TARGET).bundle
112
+ EXTSTATIC =
113
+ STATIC_LIB =
114
+
115
+ BINDIR = $(bindir)
116
+ RUBYCOMMONDIR = $(sitedir)$(target_prefix)
117
+ RUBYLIBDIR = /Users/mshafrir/Dev/nutshell-crm/vendor/bundle/gems/json-1.6.4/ext/json/ext$(target_prefix)
118
+ RUBYARCHDIR = /Users/mshafrir/Dev/nutshell-crm/vendor/bundle/gems/json-1.6.4/ext/json/ext$(target_prefix)
119
+ HDRDIR = $(rubyhdrdir)/ruby$(target_prefix)
120
+ ARCHHDRDIR = $(rubyhdrdir)/$(arch)/ruby$(target_prefix)
121
+
122
+ TARGET_SO = $(DLLIB)
123
+ CLEANLIBS = $(TARGET).bundle
124
+ CLEANOBJS = *.o *.bak
125
+
126
+ all: $(DLLIB)
127
+ static: $(STATIC_LIB)
128
+ .PHONY: all install static install-so install-rb
129
+ .PHONY: clean clean-so clean-rb
130
+
131
+ clean-rb-default::
132
+ clean-rb::
133
+ clean-so::
134
+ clean: clean-so clean-rb-default clean-rb
135
+ @-$(RM) $(CLEANLIBS) $(CLEANOBJS) $(CLEANFILES)
136
+
137
+ distclean-rb-default::
138
+ distclean-rb::
139
+ distclean-so::
140
+ distclean: clean distclean-so distclean-rb-default distclean-rb
141
+ @-$(RM) Makefile $(RUBY_EXTCONF_H) conftest.* mkmf.log
142
+ @-$(RM) core ruby$(EXEEXT) *~ $(DISTCLEANFILES)
143
+ @-$(RMDIRS) $(DISTCLEANDIRS)
144
+
145
+ realclean: distclean
146
+ install: install-so install-rb
147
+
148
+ install-so: $(RUBYARCHDIR)
149
+ install-so: $(RUBYARCHDIR)/$(DLLIB)
150
+ $(RUBYARCHDIR)/$(DLLIB): $(DLLIB)
151
+ @-$(MAKEDIRS) $(@D)
152
+ $(INSTALL_PROG) $(DLLIB) $(@D)
153
+ install-rb: pre-install-rb install-rb-default
154
+ install-rb-default: pre-install-rb-default
155
+ pre-install-rb: Makefile
156
+ pre-install-rb-default: Makefile
157
+ $(RUBYARCHDIR):
158
+ $(MAKEDIRS) $@
159
+
160
+ site-install: site-install-so site-install-rb
161
+ site-install-so: install-so
162
+ site-install-rb: install-rb
163
+
164
+ .SUFFIXES: .c .m .cc .cxx .cpp .C .o
165
+
166
+ .cc.o:
167
+ $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
168
+
169
+ .cxx.o:
170
+ $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
171
+
172
+ .cpp.o:
173
+ $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
174
+
175
+ .C.o:
176
+ $(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $<
177
+
178
+ .c.o:
179
+ $(CC) $(INCFLAGS) $(CPPFLAGS) $(CFLAGS) $(COUTFLAG)$@ -c $<
180
+
181
+ $(DLLIB): $(OBJS) Makefile
182
+ @-$(RM) $(@)
183
+ $(LDSHARED) -o $@ $(OBJS) $(LIBPATH) $(DLDFLAGS) $(LOCAL_LIBS) $(LIBS)
184
+
185
+
186
+
187
+ $(OBJS): $(hdrdir)/ruby.h $(hdrdir)/ruby/defines.h $(arch_hdrdir)/ruby/config.h
@@ -0,0 +1,13 @@
1
+ require 'mkmf'
2
+
3
+ unless $CFLAGS.gsub!(/ -O[\dsz]?/, ' -O3')
4
+ $CFLAGS << ' -O3'
5
+ end
6
+ if CONFIG['CC'] =~ /gcc/
7
+ $CFLAGS << ' -Wall'
8
+ if $DEBUG && !$CFLAGS.gsub!(/ -O[\dsz]?/, ' -O0 -ggdb')
9
+ $CFLAGS << ' -O0 -ggdb'
10
+ end
11
+ end
12
+
13
+ create_makefile 'json/ext/parser'
@@ -0,0 +1,2203 @@
1
+
2
+ #line 1 "parser.rl"
3
+ #include "../fbuffer/fbuffer.h"
4
+ #include "parser.h"
5
+
6
+ /* unicode */
7
+
8
+ static const char digit_values[256] = {
9
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
10
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
11
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, -1,
12
+ -1, -1, -1, -1, -1, -1, 10, 11, 12, 13, 14, 15, -1, -1, -1, -1, -1, -1, -1,
13
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
14
+ 10, 11, 12, 13, 14, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
15
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
16
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
17
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
18
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
19
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
20
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
21
+ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
22
+ -1, -1, -1, -1, -1, -1, -1
23
+ };
24
+
25
+ static UTF32 unescape_unicode(const unsigned char *p)
26
+ {
27
+ char b;
28
+ UTF32 result = 0;
29
+ b = digit_values[p[0]];
30
+ if (b < 0) return UNI_REPLACEMENT_CHAR;
31
+ result = (result << 4) | b;
32
+ b = digit_values[p[1]];
33
+ result = (result << 4) | b;
34
+ if (b < 0) return UNI_REPLACEMENT_CHAR;
35
+ b = digit_values[p[2]];
36
+ result = (result << 4) | b;
37
+ if (b < 0) return UNI_REPLACEMENT_CHAR;
38
+ b = digit_values[p[3]];
39
+ result = (result << 4) | b;
40
+ if (b < 0) return UNI_REPLACEMENT_CHAR;
41
+ return result;
42
+ }
43
+
44
+ static int convert_UTF32_to_UTF8(char *buf, UTF32 ch)
45
+ {
46
+ int len = 1;
47
+ if (ch <= 0x7F) {
48
+ buf[0] = (char) ch;
49
+ } else if (ch <= 0x07FF) {
50
+ buf[0] = (char) ((ch >> 6) | 0xC0);
51
+ buf[1] = (char) ((ch & 0x3F) | 0x80);
52
+ len++;
53
+ } else if (ch <= 0xFFFF) {
54
+ buf[0] = (char) ((ch >> 12) | 0xE0);
55
+ buf[1] = (char) (((ch >> 6) & 0x3F) | 0x80);
56
+ buf[2] = (char) ((ch & 0x3F) | 0x80);
57
+ len += 2;
58
+ } else if (ch <= 0x1fffff) {
59
+ buf[0] =(char) ((ch >> 18) | 0xF0);
60
+ buf[1] =(char) (((ch >> 12) & 0x3F) | 0x80);
61
+ buf[2] =(char) (((ch >> 6) & 0x3F) | 0x80);
62
+ buf[3] =(char) ((ch & 0x3F) | 0x80);
63
+ len += 3;
64
+ } else {
65
+ buf[0] = '?';
66
+ }
67
+ return len;
68
+ }
69
+
70
+ #ifdef HAVE_RUBY_ENCODING_H
71
+ static VALUE CEncoding_ASCII_8BIT, CEncoding_UTF_8, CEncoding_UTF_16BE,
72
+ CEncoding_UTF_16LE, CEncoding_UTF_32BE, CEncoding_UTF_32LE;
73
+ static ID i_encoding, i_encode;
74
+ #else
75
+ static ID i_iconv;
76
+ #endif
77
+
78
+ static VALUE mJSON, mExt, cParser, eParserError, eNestingError;
79
+ static VALUE CNaN, CInfinity, CMinusInfinity;
80
+
81
+ static ID i_json_creatable_p, i_json_create, i_create_id, i_create_additions,
82
+ i_chr, i_max_nesting, i_allow_nan, i_symbolize_names, i_quirks_mode,
83
+ i_object_class, i_array_class, i_key_p, i_deep_const_get, i_match,
84
+ i_match_string, i_aset, i_aref, i_leftshift;
85
+
86
+
87
+ #line 110 "parser.rl"
88
+
89
+
90
+
91
+ #line 92 "parser.c"
92
+ static const int JSON_object_start = 1;
93
+ static const int JSON_object_first_final = 27;
94
+ static const int JSON_object_error = 0;
95
+
96
+ static const int JSON_object_en_main = 1;
97
+
98
+
99
+ #line 151 "parser.rl"
100
+
101
+
102
+ static char *JSON_parse_object(JSON_Parser *json, char *p, char *pe, VALUE *result)
103
+ {
104
+ int cs = EVIL;
105
+ VALUE last_name = Qnil;
106
+ VALUE object_class = json->object_class;
107
+
108
+ if (json->max_nesting && json->current_nesting > json->max_nesting) {
109
+ rb_raise(eNestingError, "nesting of %d is too deep", json->current_nesting);
110
+ }
111
+
112
+ *result = NIL_P(object_class) ? rb_hash_new() : rb_class_new_instance(0, 0, object_class);
113
+
114
+
115
+ #line 116 "parser.c"
116
+ {
117
+ cs = JSON_object_start;
118
+ }
119
+
120
+ #line 166 "parser.rl"
121
+
122
+ #line 123 "parser.c"
123
+ {
124
+ if ( p == pe )
125
+ goto _test_eof;
126
+ switch ( cs )
127
+ {
128
+ case 1:
129
+ if ( (*p) == 123 )
130
+ goto st2;
131
+ goto st0;
132
+ st0:
133
+ cs = 0;
134
+ goto _out;
135
+ st2:
136
+ if ( ++p == pe )
137
+ goto _test_eof2;
138
+ case 2:
139
+ switch( (*p) ) {
140
+ case 13: goto st2;
141
+ case 32: goto st2;
142
+ case 34: goto tr2;
143
+ case 47: goto st23;
144
+ case 125: goto tr4;
145
+ }
146
+ if ( 9 <= (*p) && (*p) <= 10 )
147
+ goto st2;
148
+ goto st0;
149
+ tr2:
150
+ #line 133 "parser.rl"
151
+ {
152
+ char *np;
153
+ json->parsing_name = 1;
154
+ np = JSON_parse_string(json, p, pe, &last_name);
155
+ json->parsing_name = 0;
156
+ if (np == NULL) { p--; {p++; cs = 3; goto _out;} } else {p = (( np))-1;}
157
+ }
158
+ goto st3;
159
+ st3:
160
+ if ( ++p == pe )
161
+ goto _test_eof3;
162
+ case 3:
163
+ #line 164 "parser.c"
164
+ switch( (*p) ) {
165
+ case 13: goto st3;
166
+ case 32: goto st3;
167
+ case 47: goto st4;
168
+ case 58: goto st8;
169
+ }
170
+ if ( 9 <= (*p) && (*p) <= 10 )
171
+ goto st3;
172
+ goto st0;
173
+ st4:
174
+ if ( ++p == pe )
175
+ goto _test_eof4;
176
+ case 4:
177
+ switch( (*p) ) {
178
+ case 42: goto st5;
179
+ case 47: goto st7;
180
+ }
181
+ goto st0;
182
+ st5:
183
+ if ( ++p == pe )
184
+ goto _test_eof5;
185
+ case 5:
186
+ if ( (*p) == 42 )
187
+ goto st6;
188
+ goto st5;
189
+ st6:
190
+ if ( ++p == pe )
191
+ goto _test_eof6;
192
+ case 6:
193
+ switch( (*p) ) {
194
+ case 42: goto st6;
195
+ case 47: goto st3;
196
+ }
197
+ goto st5;
198
+ st7:
199
+ if ( ++p == pe )
200
+ goto _test_eof7;
201
+ case 7:
202
+ if ( (*p) == 10 )
203
+ goto st3;
204
+ goto st7;
205
+ st8:
206
+ if ( ++p == pe )
207
+ goto _test_eof8;
208
+ case 8:
209
+ switch( (*p) ) {
210
+ case 13: goto st8;
211
+ case 32: goto st8;
212
+ case 34: goto tr11;
213
+ case 45: goto tr11;
214
+ case 47: goto st19;
215
+ case 73: goto tr11;
216
+ case 78: goto tr11;
217
+ case 91: goto tr11;
218
+ case 102: goto tr11;
219
+ case 110: goto tr11;
220
+ case 116: goto tr11;
221
+ case 123: goto tr11;
222
+ }
223
+ if ( (*p) > 10 ) {
224
+ if ( 48 <= (*p) && (*p) <= 57 )
225
+ goto tr11;
226
+ } else if ( (*p) >= 9 )
227
+ goto st8;
228
+ goto st0;
229
+ tr11:
230
+ #line 118 "parser.rl"
231
+ {
232
+ VALUE v = Qnil;
233
+ char *np = JSON_parse_value(json, p, pe, &v);
234
+ if (np == NULL) {
235
+ p--; {p++; cs = 9; goto _out;}
236
+ } else {
237
+ if (NIL_P(json->object_class)) {
238
+ rb_hash_aset(*result, last_name, v);
239
+ } else {
240
+ rb_funcall(*result, i_aset, 2, last_name, v);
241
+ }
242
+ {p = (( np))-1;}
243
+ }
244
+ }
245
+ goto st9;
246
+ st9:
247
+ if ( ++p == pe )
248
+ goto _test_eof9;
249
+ case 9:
250
+ #line 251 "parser.c"
251
+ switch( (*p) ) {
252
+ case 13: goto st9;
253
+ case 32: goto st9;
254
+ case 44: goto st10;
255
+ case 47: goto st15;
256
+ case 125: goto tr4;
257
+ }
258
+ if ( 9 <= (*p) && (*p) <= 10 )
259
+ goto st9;
260
+ goto st0;
261
+ st10:
262
+ if ( ++p == pe )
263
+ goto _test_eof10;
264
+ case 10:
265
+ switch( (*p) ) {
266
+ case 13: goto st10;
267
+ case 32: goto st10;
268
+ case 34: goto tr2;
269
+ case 47: goto st11;
270
+ }
271
+ if ( 9 <= (*p) && (*p) <= 10 )
272
+ goto st10;
273
+ goto st0;
274
+ st11:
275
+ if ( ++p == pe )
276
+ goto _test_eof11;
277
+ case 11:
278
+ switch( (*p) ) {
279
+ case 42: goto st12;
280
+ case 47: goto st14;
281
+ }
282
+ goto st0;
283
+ st12:
284
+ if ( ++p == pe )
285
+ goto _test_eof12;
286
+ case 12:
287
+ if ( (*p) == 42 )
288
+ goto st13;
289
+ goto st12;
290
+ st13:
291
+ if ( ++p == pe )
292
+ goto _test_eof13;
293
+ case 13:
294
+ switch( (*p) ) {
295
+ case 42: goto st13;
296
+ case 47: goto st10;
297
+ }
298
+ goto st12;
299
+ st14:
300
+ if ( ++p == pe )
301
+ goto _test_eof14;
302
+ case 14:
303
+ if ( (*p) == 10 )
304
+ goto st10;
305
+ goto st14;
306
+ st15:
307
+ if ( ++p == pe )
308
+ goto _test_eof15;
309
+ case 15:
310
+ switch( (*p) ) {
311
+ case 42: goto st16;
312
+ case 47: goto st18;
313
+ }
314
+ goto st0;
315
+ st16:
316
+ if ( ++p == pe )
317
+ goto _test_eof16;
318
+ case 16:
319
+ if ( (*p) == 42 )
320
+ goto st17;
321
+ goto st16;
322
+ st17:
323
+ if ( ++p == pe )
324
+ goto _test_eof17;
325
+ case 17:
326
+ switch( (*p) ) {
327
+ case 42: goto st17;
328
+ case 47: goto st9;
329
+ }
330
+ goto st16;
331
+ st18:
332
+ if ( ++p == pe )
333
+ goto _test_eof18;
334
+ case 18:
335
+ if ( (*p) == 10 )
336
+ goto st9;
337
+ goto st18;
338
+ tr4:
339
+ #line 141 "parser.rl"
340
+ { p--; {p++; cs = 27; goto _out;} }
341
+ goto st27;
342
+ st27:
343
+ if ( ++p == pe )
344
+ goto _test_eof27;
345
+ case 27:
346
+ #line 347 "parser.c"
347
+ goto st0;
348
+ st19:
349
+ if ( ++p == pe )
350
+ goto _test_eof19;
351
+ case 19:
352
+ switch( (*p) ) {
353
+ case 42: goto st20;
354
+ case 47: goto st22;
355
+ }
356
+ goto st0;
357
+ st20:
358
+ if ( ++p == pe )
359
+ goto _test_eof20;
360
+ case 20:
361
+ if ( (*p) == 42 )
362
+ goto st21;
363
+ goto st20;
364
+ st21:
365
+ if ( ++p == pe )
366
+ goto _test_eof21;
367
+ case 21:
368
+ switch( (*p) ) {
369
+ case 42: goto st21;
370
+ case 47: goto st8;
371
+ }
372
+ goto st20;
373
+ st22:
374
+ if ( ++p == pe )
375
+ goto _test_eof22;
376
+ case 22:
377
+ if ( (*p) == 10 )
378
+ goto st8;
379
+ goto st22;
380
+ st23:
381
+ if ( ++p == pe )
382
+ goto _test_eof23;
383
+ case 23:
384
+ switch( (*p) ) {
385
+ case 42: goto st24;
386
+ case 47: goto st26;
387
+ }
388
+ goto st0;
389
+ st24:
390
+ if ( ++p == pe )
391
+ goto _test_eof24;
392
+ case 24:
393
+ if ( (*p) == 42 )
394
+ goto st25;
395
+ goto st24;
396
+ st25:
397
+ if ( ++p == pe )
398
+ goto _test_eof25;
399
+ case 25:
400
+ switch( (*p) ) {
401
+ case 42: goto st25;
402
+ case 47: goto st2;
403
+ }
404
+ goto st24;
405
+ st26:
406
+ if ( ++p == pe )
407
+ goto _test_eof26;
408
+ case 26:
409
+ if ( (*p) == 10 )
410
+ goto st2;
411
+ goto st26;
412
+ }
413
+ _test_eof2: cs = 2; goto _test_eof;
414
+ _test_eof3: cs = 3; goto _test_eof;
415
+ _test_eof4: cs = 4; goto _test_eof;
416
+ _test_eof5: cs = 5; goto _test_eof;
417
+ _test_eof6: cs = 6; goto _test_eof;
418
+ _test_eof7: cs = 7; goto _test_eof;
419
+ _test_eof8: cs = 8; goto _test_eof;
420
+ _test_eof9: cs = 9; goto _test_eof;
421
+ _test_eof10: cs = 10; goto _test_eof;
422
+ _test_eof11: cs = 11; goto _test_eof;
423
+ _test_eof12: cs = 12; goto _test_eof;
424
+ _test_eof13: cs = 13; goto _test_eof;
425
+ _test_eof14: cs = 14; goto _test_eof;
426
+ _test_eof15: cs = 15; goto _test_eof;
427
+ _test_eof16: cs = 16; goto _test_eof;
428
+ _test_eof17: cs = 17; goto _test_eof;
429
+ _test_eof18: cs = 18; goto _test_eof;
430
+ _test_eof27: cs = 27; goto _test_eof;
431
+ _test_eof19: cs = 19; goto _test_eof;
432
+ _test_eof20: cs = 20; goto _test_eof;
433
+ _test_eof21: cs = 21; goto _test_eof;
434
+ _test_eof22: cs = 22; goto _test_eof;
435
+ _test_eof23: cs = 23; goto _test_eof;
436
+ _test_eof24: cs = 24; goto _test_eof;
437
+ _test_eof25: cs = 25; goto _test_eof;
438
+ _test_eof26: cs = 26; goto _test_eof;
439
+
440
+ _test_eof: {}
441
+ _out: {}
442
+ }
443
+
444
+ #line 167 "parser.rl"
445
+
446
+ if (cs >= JSON_object_first_final) {
447
+ if (json->create_additions) {
448
+ VALUE klassname;
449
+ if (NIL_P(json->object_class)) {
450
+ klassname = rb_hash_aref(*result, json->create_id);
451
+ } else {
452
+ klassname = rb_funcall(*result, i_aref, 1, json->create_id);
453
+ }
454
+ if (!NIL_P(klassname)) {
455
+ VALUE klass = rb_funcall(mJSON, i_deep_const_get, 1, klassname);
456
+ if (RTEST(rb_funcall(klass, i_json_creatable_p, 0))) {
457
+ *result = rb_funcall(klass, i_json_create, 1, *result);
458
+ }
459
+ }
460
+ }
461
+ return p + 1;
462
+ } else {
463
+ return NULL;
464
+ }
465
+ }
466
+
467
+
468
+
469
+ #line 470 "parser.c"
470
+ static const int JSON_value_start = 1;
471
+ static const int JSON_value_first_final = 21;
472
+ static const int JSON_value_error = 0;
473
+
474
+ static const int JSON_value_en_main = 1;
475
+
476
+
477
+ #line 271 "parser.rl"
478
+
479
+
480
+ static char *JSON_parse_value(JSON_Parser *json, char *p, char *pe, VALUE *result)
481
+ {
482
+ int cs = EVIL;
483
+
484
+
485
+ #line 486 "parser.c"
486
+ {
487
+ cs = JSON_value_start;
488
+ }
489
+
490
+ #line 278 "parser.rl"
491
+
492
+ #line 493 "parser.c"
493
+ {
494
+ if ( p == pe )
495
+ goto _test_eof;
496
+ switch ( cs )
497
+ {
498
+ case 1:
499
+ switch( (*p) ) {
500
+ case 34: goto tr0;
501
+ case 45: goto tr2;
502
+ case 73: goto st2;
503
+ case 78: goto st9;
504
+ case 91: goto tr5;
505
+ case 102: goto st11;
506
+ case 110: goto st15;
507
+ case 116: goto st18;
508
+ case 123: goto tr9;
509
+ }
510
+ if ( 48 <= (*p) && (*p) <= 57 )
511
+ goto tr2;
512
+ goto st0;
513
+ st0:
514
+ cs = 0;
515
+ goto _out;
516
+ tr0:
517
+ #line 219 "parser.rl"
518
+ {
519
+ char *np = JSON_parse_string(json, p, pe, result);
520
+ if (np == NULL) { p--; {p++; cs = 21; goto _out;} } else {p = (( np))-1;}
521
+ }
522
+ goto st21;
523
+ tr2:
524
+ #line 224 "parser.rl"
525
+ {
526
+ char *np;
527
+ if(pe > p + 9 - json->quirks_mode && !strncmp(MinusInfinity, p, 9)) {
528
+ if (json->allow_nan) {
529
+ *result = CMinusInfinity;
530
+ {p = (( p + 10))-1;}
531
+ p--; {p++; cs = 21; goto _out;}
532
+ } else {
533
+ rb_raise(eParserError, "%u: unexpected token at '%s'", __LINE__, p);
534
+ }
535
+ }
536
+ np = JSON_parse_float(json, p, pe, result);
537
+ if (np != NULL) {p = (( np))-1;}
538
+ np = JSON_parse_integer(json, p, pe, result);
539
+ if (np != NULL) {p = (( np))-1;}
540
+ p--; {p++; cs = 21; goto _out;}
541
+ }
542
+ goto st21;
543
+ tr5:
544
+ #line 242 "parser.rl"
545
+ {
546
+ char *np;
547
+ json->current_nesting++;
548
+ np = JSON_parse_array(json, p, pe, result);
549
+ json->current_nesting--;
550
+ if (np == NULL) { p--; {p++; cs = 21; goto _out;} } else {p = (( np))-1;}
551
+ }
552
+ goto st21;
553
+ tr9:
554
+ #line 250 "parser.rl"
555
+ {
556
+ char *np;
557
+ json->current_nesting++;
558
+ np = JSON_parse_object(json, p, pe, result);
559
+ json->current_nesting--;
560
+ if (np == NULL) { p--; {p++; cs = 21; goto _out;} } else {p = (( np))-1;}
561
+ }
562
+ goto st21;
563
+ tr16:
564
+ #line 212 "parser.rl"
565
+ {
566
+ if (json->allow_nan) {
567
+ *result = CInfinity;
568
+ } else {
569
+ rb_raise(eParserError, "%u: unexpected token at '%s'", __LINE__, p - 8);
570
+ }
571
+ }
572
+ goto st21;
573
+ tr18:
574
+ #line 205 "parser.rl"
575
+ {
576
+ if (json->allow_nan) {
577
+ *result = CNaN;
578
+ } else {
579
+ rb_raise(eParserError, "%u: unexpected token at '%s'", __LINE__, p - 2);
580
+ }
581
+ }
582
+ goto st21;
583
+ tr22:
584
+ #line 199 "parser.rl"
585
+ {
586
+ *result = Qfalse;
587
+ }
588
+ goto st21;
589
+ tr25:
590
+ #line 196 "parser.rl"
591
+ {
592
+ *result = Qnil;
593
+ }
594
+ goto st21;
595
+ tr28:
596
+ #line 202 "parser.rl"
597
+ {
598
+ *result = Qtrue;
599
+ }
600
+ goto st21;
601
+ st21:
602
+ if ( ++p == pe )
603
+ goto _test_eof21;
604
+ case 21:
605
+ #line 258 "parser.rl"
606
+ { p--; {p++; cs = 21; goto _out;} }
607
+ #line 608 "parser.c"
608
+ goto st0;
609
+ st2:
610
+ if ( ++p == pe )
611
+ goto _test_eof2;
612
+ case 2:
613
+ if ( (*p) == 110 )
614
+ goto st3;
615
+ goto st0;
616
+ st3:
617
+ if ( ++p == pe )
618
+ goto _test_eof3;
619
+ case 3:
620
+ if ( (*p) == 102 )
621
+ goto st4;
622
+ goto st0;
623
+ st4:
624
+ if ( ++p == pe )
625
+ goto _test_eof4;
626
+ case 4:
627
+ if ( (*p) == 105 )
628
+ goto st5;
629
+ goto st0;
630
+ st5:
631
+ if ( ++p == pe )
632
+ goto _test_eof5;
633
+ case 5:
634
+ if ( (*p) == 110 )
635
+ goto st6;
636
+ goto st0;
637
+ st6:
638
+ if ( ++p == pe )
639
+ goto _test_eof6;
640
+ case 6:
641
+ if ( (*p) == 105 )
642
+ goto st7;
643
+ goto st0;
644
+ st7:
645
+ if ( ++p == pe )
646
+ goto _test_eof7;
647
+ case 7:
648
+ if ( (*p) == 116 )
649
+ goto st8;
650
+ goto st0;
651
+ st8:
652
+ if ( ++p == pe )
653
+ goto _test_eof8;
654
+ case 8:
655
+ if ( (*p) == 121 )
656
+ goto tr16;
657
+ goto st0;
658
+ st9:
659
+ if ( ++p == pe )
660
+ goto _test_eof9;
661
+ case 9:
662
+ if ( (*p) == 97 )
663
+ goto st10;
664
+ goto st0;
665
+ st10:
666
+ if ( ++p == pe )
667
+ goto _test_eof10;
668
+ case 10:
669
+ if ( (*p) == 78 )
670
+ goto tr18;
671
+ goto st0;
672
+ st11:
673
+ if ( ++p == pe )
674
+ goto _test_eof11;
675
+ case 11:
676
+ if ( (*p) == 97 )
677
+ goto st12;
678
+ goto st0;
679
+ st12:
680
+ if ( ++p == pe )
681
+ goto _test_eof12;
682
+ case 12:
683
+ if ( (*p) == 108 )
684
+ goto st13;
685
+ goto st0;
686
+ st13:
687
+ if ( ++p == pe )
688
+ goto _test_eof13;
689
+ case 13:
690
+ if ( (*p) == 115 )
691
+ goto st14;
692
+ goto st0;
693
+ st14:
694
+ if ( ++p == pe )
695
+ goto _test_eof14;
696
+ case 14:
697
+ if ( (*p) == 101 )
698
+ goto tr22;
699
+ goto st0;
700
+ st15:
701
+ if ( ++p == pe )
702
+ goto _test_eof15;
703
+ case 15:
704
+ if ( (*p) == 117 )
705
+ goto st16;
706
+ goto st0;
707
+ st16:
708
+ if ( ++p == pe )
709
+ goto _test_eof16;
710
+ case 16:
711
+ if ( (*p) == 108 )
712
+ goto st17;
713
+ goto st0;
714
+ st17:
715
+ if ( ++p == pe )
716
+ goto _test_eof17;
717
+ case 17:
718
+ if ( (*p) == 108 )
719
+ goto tr25;
720
+ goto st0;
721
+ st18:
722
+ if ( ++p == pe )
723
+ goto _test_eof18;
724
+ case 18:
725
+ if ( (*p) == 114 )
726
+ goto st19;
727
+ goto st0;
728
+ st19:
729
+ if ( ++p == pe )
730
+ goto _test_eof19;
731
+ case 19:
732
+ if ( (*p) == 117 )
733
+ goto st20;
734
+ goto st0;
735
+ st20:
736
+ if ( ++p == pe )
737
+ goto _test_eof20;
738
+ case 20:
739
+ if ( (*p) == 101 )
740
+ goto tr28;
741
+ goto st0;
742
+ }
743
+ _test_eof21: cs = 21; goto _test_eof;
744
+ _test_eof2: cs = 2; goto _test_eof;
745
+ _test_eof3: cs = 3; goto _test_eof;
746
+ _test_eof4: cs = 4; goto _test_eof;
747
+ _test_eof5: cs = 5; goto _test_eof;
748
+ _test_eof6: cs = 6; goto _test_eof;
749
+ _test_eof7: cs = 7; goto _test_eof;
750
+ _test_eof8: cs = 8; goto _test_eof;
751
+ _test_eof9: cs = 9; goto _test_eof;
752
+ _test_eof10: cs = 10; goto _test_eof;
753
+ _test_eof11: cs = 11; goto _test_eof;
754
+ _test_eof12: cs = 12; goto _test_eof;
755
+ _test_eof13: cs = 13; goto _test_eof;
756
+ _test_eof14: cs = 14; goto _test_eof;
757
+ _test_eof15: cs = 15; goto _test_eof;
758
+ _test_eof16: cs = 16; goto _test_eof;
759
+ _test_eof17: cs = 17; goto _test_eof;
760
+ _test_eof18: cs = 18; goto _test_eof;
761
+ _test_eof19: cs = 19; goto _test_eof;
762
+ _test_eof20: cs = 20; goto _test_eof;
763
+
764
+ _test_eof: {}
765
+ _out: {}
766
+ }
767
+
768
+ #line 279 "parser.rl"
769
+
770
+ if (cs >= JSON_value_first_final) {
771
+ return p;
772
+ } else {
773
+ return NULL;
774
+ }
775
+ }
776
+
777
+
778
+ #line 779 "parser.c"
779
+ static const int JSON_integer_start = 1;
780
+ static const int JSON_integer_first_final = 3;
781
+ static const int JSON_integer_error = 0;
782
+
783
+ static const int JSON_integer_en_main = 1;
784
+
785
+
786
+ #line 295 "parser.rl"
787
+
788
+
789
+ static char *JSON_parse_integer(JSON_Parser *json, char *p, char *pe, VALUE *result)
790
+ {
791
+ int cs = EVIL;
792
+
793
+
794
+ #line 795 "parser.c"
795
+ {
796
+ cs = JSON_integer_start;
797
+ }
798
+
799
+ #line 302 "parser.rl"
800
+ json->memo = p;
801
+
802
+ #line 803 "parser.c"
803
+ {
804
+ if ( p == pe )
805
+ goto _test_eof;
806
+ switch ( cs )
807
+ {
808
+ case 1:
809
+ switch( (*p) ) {
810
+ case 45: goto st2;
811
+ case 48: goto st3;
812
+ }
813
+ if ( 49 <= (*p) && (*p) <= 57 )
814
+ goto st5;
815
+ goto st0;
816
+ st0:
817
+ cs = 0;
818
+ goto _out;
819
+ st2:
820
+ if ( ++p == pe )
821
+ goto _test_eof2;
822
+ case 2:
823
+ if ( (*p) == 48 )
824
+ goto st3;
825
+ if ( 49 <= (*p) && (*p) <= 57 )
826
+ goto st5;
827
+ goto st0;
828
+ st3:
829
+ if ( ++p == pe )
830
+ goto _test_eof3;
831
+ case 3:
832
+ if ( 48 <= (*p) && (*p) <= 57 )
833
+ goto st0;
834
+ goto tr4;
835
+ tr4:
836
+ #line 292 "parser.rl"
837
+ { p--; {p++; cs = 4; goto _out;} }
838
+ goto st4;
839
+ st4:
840
+ if ( ++p == pe )
841
+ goto _test_eof4;
842
+ case 4:
843
+ #line 844 "parser.c"
844
+ goto st0;
845
+ st5:
846
+ if ( ++p == pe )
847
+ goto _test_eof5;
848
+ case 5:
849
+ if ( 48 <= (*p) && (*p) <= 57 )
850
+ goto st5;
851
+ goto tr4;
852
+ }
853
+ _test_eof2: cs = 2; goto _test_eof;
854
+ _test_eof3: cs = 3; goto _test_eof;
855
+ _test_eof4: cs = 4; goto _test_eof;
856
+ _test_eof5: cs = 5; goto _test_eof;
857
+
858
+ _test_eof: {}
859
+ _out: {}
860
+ }
861
+
862
+ #line 304 "parser.rl"
863
+
864
+ if (cs >= JSON_integer_first_final) {
865
+ long len = p - json->memo;
866
+ fbuffer_clear(json->fbuffer);
867
+ fbuffer_append(json->fbuffer, json->memo, len);
868
+ fbuffer_append_char(json->fbuffer, '\0');
869
+ *result = rb_cstr2inum(FBUFFER_PTR(json->fbuffer), 10);
870
+ return p + 1;
871
+ } else {
872
+ return NULL;
873
+ }
874
+ }
875
+
876
+
877
+ #line 878 "parser.c"
878
+ static const int JSON_float_start = 1;
879
+ static const int JSON_float_first_final = 8;
880
+ static const int JSON_float_error = 0;
881
+
882
+ static const int JSON_float_en_main = 1;
883
+
884
+
885
+ #line 329 "parser.rl"
886
+
887
+
888
+ static char *JSON_parse_float(JSON_Parser *json, char *p, char *pe, VALUE *result)
889
+ {
890
+ int cs = EVIL;
891
+
892
+
893
+ #line 894 "parser.c"
894
+ {
895
+ cs = JSON_float_start;
896
+ }
897
+
898
+ #line 336 "parser.rl"
899
+ json->memo = p;
900
+
901
+ #line 902 "parser.c"
902
+ {
903
+ if ( p == pe )
904
+ goto _test_eof;
905
+ switch ( cs )
906
+ {
907
+ case 1:
908
+ switch( (*p) ) {
909
+ case 45: goto st2;
910
+ case 48: goto st3;
911
+ }
912
+ if ( 49 <= (*p) && (*p) <= 57 )
913
+ goto st7;
914
+ goto st0;
915
+ st0:
916
+ cs = 0;
917
+ goto _out;
918
+ st2:
919
+ if ( ++p == pe )
920
+ goto _test_eof2;
921
+ case 2:
922
+ if ( (*p) == 48 )
923
+ goto st3;
924
+ if ( 49 <= (*p) && (*p) <= 57 )
925
+ goto st7;
926
+ goto st0;
927
+ st3:
928
+ if ( ++p == pe )
929
+ goto _test_eof3;
930
+ case 3:
931
+ switch( (*p) ) {
932
+ case 46: goto st4;
933
+ case 69: goto st5;
934
+ case 101: goto st5;
935
+ }
936
+ goto st0;
937
+ st4:
938
+ if ( ++p == pe )
939
+ goto _test_eof4;
940
+ case 4:
941
+ if ( 48 <= (*p) && (*p) <= 57 )
942
+ goto st8;
943
+ goto st0;
944
+ st8:
945
+ if ( ++p == pe )
946
+ goto _test_eof8;
947
+ case 8:
948
+ switch( (*p) ) {
949
+ case 69: goto st5;
950
+ case 101: goto st5;
951
+ }
952
+ if ( (*p) > 46 ) {
953
+ if ( 48 <= (*p) && (*p) <= 57 )
954
+ goto st8;
955
+ } else if ( (*p) >= 45 )
956
+ goto st0;
957
+ goto tr9;
958
+ tr9:
959
+ #line 323 "parser.rl"
960
+ { p--; {p++; cs = 9; goto _out;} }
961
+ goto st9;
962
+ st9:
963
+ if ( ++p == pe )
964
+ goto _test_eof9;
965
+ case 9:
966
+ #line 967 "parser.c"
967
+ goto st0;
968
+ st5:
969
+ if ( ++p == pe )
970
+ goto _test_eof5;
971
+ case 5:
972
+ switch( (*p) ) {
973
+ case 43: goto st6;
974
+ case 45: goto st6;
975
+ }
976
+ if ( 48 <= (*p) && (*p) <= 57 )
977
+ goto st10;
978
+ goto st0;
979
+ st6:
980
+ if ( ++p == pe )
981
+ goto _test_eof6;
982
+ case 6:
983
+ if ( 48 <= (*p) && (*p) <= 57 )
984
+ goto st10;
985
+ goto st0;
986
+ st10:
987
+ if ( ++p == pe )
988
+ goto _test_eof10;
989
+ case 10:
990
+ switch( (*p) ) {
991
+ case 69: goto st0;
992
+ case 101: goto st0;
993
+ }
994
+ if ( (*p) > 46 ) {
995
+ if ( 48 <= (*p) && (*p) <= 57 )
996
+ goto st10;
997
+ } else if ( (*p) >= 45 )
998
+ goto st0;
999
+ goto tr9;
1000
+ st7:
1001
+ if ( ++p == pe )
1002
+ goto _test_eof7;
1003
+ case 7:
1004
+ switch( (*p) ) {
1005
+ case 46: goto st4;
1006
+ case 69: goto st5;
1007
+ case 101: goto st5;
1008
+ }
1009
+ if ( 48 <= (*p) && (*p) <= 57 )
1010
+ goto st7;
1011
+ goto st0;
1012
+ }
1013
+ _test_eof2: cs = 2; goto _test_eof;
1014
+ _test_eof3: cs = 3; goto _test_eof;
1015
+ _test_eof4: cs = 4; goto _test_eof;
1016
+ _test_eof8: cs = 8; goto _test_eof;
1017
+ _test_eof9: cs = 9; goto _test_eof;
1018
+ _test_eof5: cs = 5; goto _test_eof;
1019
+ _test_eof6: cs = 6; goto _test_eof;
1020
+ _test_eof10: cs = 10; goto _test_eof;
1021
+ _test_eof7: cs = 7; goto _test_eof;
1022
+
1023
+ _test_eof: {}
1024
+ _out: {}
1025
+ }
1026
+
1027
+ #line 338 "parser.rl"
1028
+
1029
+ if (cs >= JSON_float_first_final) {
1030
+ long len = p - json->memo;
1031
+ fbuffer_clear(json->fbuffer);
1032
+ fbuffer_append(json->fbuffer, json->memo, len);
1033
+ fbuffer_append_char(json->fbuffer, '\0');
1034
+ *result = rb_float_new(rb_cstr_to_dbl(FBUFFER_PTR(json->fbuffer), 1));
1035
+ return p + 1;
1036
+ } else {
1037
+ return NULL;
1038
+ }
1039
+ }
1040
+
1041
+
1042
+
1043
+ #line 1044 "parser.c"
1044
+ static const int JSON_array_start = 1;
1045
+ static const int JSON_array_first_final = 17;
1046
+ static const int JSON_array_error = 0;
1047
+
1048
+ static const int JSON_array_en_main = 1;
1049
+
1050
+
1051
+ #line 381 "parser.rl"
1052
+
1053
+
1054
+ static char *JSON_parse_array(JSON_Parser *json, char *p, char *pe, VALUE *result)
1055
+ {
1056
+ int cs = EVIL;
1057
+ VALUE array_class = json->array_class;
1058
+
1059
+ if (json->max_nesting && json->current_nesting > json->max_nesting) {
1060
+ rb_raise(eNestingError, "nesting of %d is too deep", json->current_nesting);
1061
+ }
1062
+ *result = NIL_P(array_class) ? rb_ary_new() : rb_class_new_instance(0, 0, array_class);
1063
+
1064
+
1065
+ #line 1066 "parser.c"
1066
+ {
1067
+ cs = JSON_array_start;
1068
+ }
1069
+
1070
+ #line 394 "parser.rl"
1071
+
1072
+ #line 1073 "parser.c"
1073
+ {
1074
+ if ( p == pe )
1075
+ goto _test_eof;
1076
+ switch ( cs )
1077
+ {
1078
+ case 1:
1079
+ if ( (*p) == 91 )
1080
+ goto st2;
1081
+ goto st0;
1082
+ st0:
1083
+ cs = 0;
1084
+ goto _out;
1085
+ st2:
1086
+ if ( ++p == pe )
1087
+ goto _test_eof2;
1088
+ case 2:
1089
+ switch( (*p) ) {
1090
+ case 13: goto st2;
1091
+ case 32: goto st2;
1092
+ case 34: goto tr2;
1093
+ case 45: goto tr2;
1094
+ case 47: goto st13;
1095
+ case 73: goto tr2;
1096
+ case 78: goto tr2;
1097
+ case 91: goto tr2;
1098
+ case 93: goto tr4;
1099
+ case 102: goto tr2;
1100
+ case 110: goto tr2;
1101
+ case 116: goto tr2;
1102
+ case 123: goto tr2;
1103
+ }
1104
+ if ( (*p) > 10 ) {
1105
+ if ( 48 <= (*p) && (*p) <= 57 )
1106
+ goto tr2;
1107
+ } else if ( (*p) >= 9 )
1108
+ goto st2;
1109
+ goto st0;
1110
+ tr2:
1111
+ #line 358 "parser.rl"
1112
+ {
1113
+ VALUE v = Qnil;
1114
+ char *np = JSON_parse_value(json, p, pe, &v);
1115
+ if (np == NULL) {
1116
+ p--; {p++; cs = 3; goto _out;}
1117
+ } else {
1118
+ if (NIL_P(json->array_class)) {
1119
+ rb_ary_push(*result, v);
1120
+ } else {
1121
+ rb_funcall(*result, i_leftshift, 1, v);
1122
+ }
1123
+ {p = (( np))-1;}
1124
+ }
1125
+ }
1126
+ goto st3;
1127
+ st3:
1128
+ if ( ++p == pe )
1129
+ goto _test_eof3;
1130
+ case 3:
1131
+ #line 1132 "parser.c"
1132
+ switch( (*p) ) {
1133
+ case 13: goto st3;
1134
+ case 32: goto st3;
1135
+ case 44: goto st4;
1136
+ case 47: goto st9;
1137
+ case 93: goto tr4;
1138
+ }
1139
+ if ( 9 <= (*p) && (*p) <= 10 )
1140
+ goto st3;
1141
+ goto st0;
1142
+ st4:
1143
+ if ( ++p == pe )
1144
+ goto _test_eof4;
1145
+ case 4:
1146
+ switch( (*p) ) {
1147
+ case 13: goto st4;
1148
+ case 32: goto st4;
1149
+ case 34: goto tr2;
1150
+ case 45: goto tr2;
1151
+ case 47: goto st5;
1152
+ case 73: goto tr2;
1153
+ case 78: goto tr2;
1154
+ case 91: goto tr2;
1155
+ case 102: goto tr2;
1156
+ case 110: goto tr2;
1157
+ case 116: goto tr2;
1158
+ case 123: goto tr2;
1159
+ }
1160
+ if ( (*p) > 10 ) {
1161
+ if ( 48 <= (*p) && (*p) <= 57 )
1162
+ goto tr2;
1163
+ } else if ( (*p) >= 9 )
1164
+ goto st4;
1165
+ goto st0;
1166
+ st5:
1167
+ if ( ++p == pe )
1168
+ goto _test_eof5;
1169
+ case 5:
1170
+ switch( (*p) ) {
1171
+ case 42: goto st6;
1172
+ case 47: goto st8;
1173
+ }
1174
+ goto st0;
1175
+ st6:
1176
+ if ( ++p == pe )
1177
+ goto _test_eof6;
1178
+ case 6:
1179
+ if ( (*p) == 42 )
1180
+ goto st7;
1181
+ goto st6;
1182
+ st7:
1183
+ if ( ++p == pe )
1184
+ goto _test_eof7;
1185
+ case 7:
1186
+ switch( (*p) ) {
1187
+ case 42: goto st7;
1188
+ case 47: goto st4;
1189
+ }
1190
+ goto st6;
1191
+ st8:
1192
+ if ( ++p == pe )
1193
+ goto _test_eof8;
1194
+ case 8:
1195
+ if ( (*p) == 10 )
1196
+ goto st4;
1197
+ goto st8;
1198
+ st9:
1199
+ if ( ++p == pe )
1200
+ goto _test_eof9;
1201
+ case 9:
1202
+ switch( (*p) ) {
1203
+ case 42: goto st10;
1204
+ case 47: goto st12;
1205
+ }
1206
+ goto st0;
1207
+ st10:
1208
+ if ( ++p == pe )
1209
+ goto _test_eof10;
1210
+ case 10:
1211
+ if ( (*p) == 42 )
1212
+ goto st11;
1213
+ goto st10;
1214
+ st11:
1215
+ if ( ++p == pe )
1216
+ goto _test_eof11;
1217
+ case 11:
1218
+ switch( (*p) ) {
1219
+ case 42: goto st11;
1220
+ case 47: goto st3;
1221
+ }
1222
+ goto st10;
1223
+ st12:
1224
+ if ( ++p == pe )
1225
+ goto _test_eof12;
1226
+ case 12:
1227
+ if ( (*p) == 10 )
1228
+ goto st3;
1229
+ goto st12;
1230
+ tr4:
1231
+ #line 373 "parser.rl"
1232
+ { p--; {p++; cs = 17; goto _out;} }
1233
+ goto st17;
1234
+ st17:
1235
+ if ( ++p == pe )
1236
+ goto _test_eof17;
1237
+ case 17:
1238
+ #line 1239 "parser.c"
1239
+ goto st0;
1240
+ st13:
1241
+ if ( ++p == pe )
1242
+ goto _test_eof13;
1243
+ case 13:
1244
+ switch( (*p) ) {
1245
+ case 42: goto st14;
1246
+ case 47: goto st16;
1247
+ }
1248
+ goto st0;
1249
+ st14:
1250
+ if ( ++p == pe )
1251
+ goto _test_eof14;
1252
+ case 14:
1253
+ if ( (*p) == 42 )
1254
+ goto st15;
1255
+ goto st14;
1256
+ st15:
1257
+ if ( ++p == pe )
1258
+ goto _test_eof15;
1259
+ case 15:
1260
+ switch( (*p) ) {
1261
+ case 42: goto st15;
1262
+ case 47: goto st2;
1263
+ }
1264
+ goto st14;
1265
+ st16:
1266
+ if ( ++p == pe )
1267
+ goto _test_eof16;
1268
+ case 16:
1269
+ if ( (*p) == 10 )
1270
+ goto st2;
1271
+ goto st16;
1272
+ }
1273
+ _test_eof2: cs = 2; goto _test_eof;
1274
+ _test_eof3: cs = 3; goto _test_eof;
1275
+ _test_eof4: cs = 4; goto _test_eof;
1276
+ _test_eof5: cs = 5; goto _test_eof;
1277
+ _test_eof6: cs = 6; goto _test_eof;
1278
+ _test_eof7: cs = 7; goto _test_eof;
1279
+ _test_eof8: cs = 8; goto _test_eof;
1280
+ _test_eof9: cs = 9; goto _test_eof;
1281
+ _test_eof10: cs = 10; goto _test_eof;
1282
+ _test_eof11: cs = 11; goto _test_eof;
1283
+ _test_eof12: cs = 12; goto _test_eof;
1284
+ _test_eof17: cs = 17; goto _test_eof;
1285
+ _test_eof13: cs = 13; goto _test_eof;
1286
+ _test_eof14: cs = 14; goto _test_eof;
1287
+ _test_eof15: cs = 15; goto _test_eof;
1288
+ _test_eof16: cs = 16; goto _test_eof;
1289
+
1290
+ _test_eof: {}
1291
+ _out: {}
1292
+ }
1293
+
1294
+ #line 395 "parser.rl"
1295
+
1296
+ if(cs >= JSON_array_first_final) {
1297
+ return p + 1;
1298
+ } else {
1299
+ rb_raise(eParserError, "%u: unexpected token at '%s'", __LINE__, p);
1300
+ return NULL;
1301
+ }
1302
+ }
1303
+
1304
+ static VALUE json_string_unescape(VALUE result, char *string, char *stringEnd)
1305
+ {
1306
+ char *p = string, *pe = string, *unescape;
1307
+ int unescape_len;
1308
+
1309
+ while (pe < stringEnd) {
1310
+ if (*pe == '\\') {
1311
+ unescape = (char *) "?";
1312
+ unescape_len = 1;
1313
+ if (pe > p) rb_str_buf_cat(result, p, pe - p);
1314
+ switch (*++pe) {
1315
+ case 'n':
1316
+ unescape = (char *) "\n";
1317
+ break;
1318
+ case 'r':
1319
+ unescape = (char *) "\r";
1320
+ break;
1321
+ case 't':
1322
+ unescape = (char *) "\t";
1323
+ break;
1324
+ case '"':
1325
+ unescape = (char *) "\"";
1326
+ break;
1327
+ case '\\':
1328
+ unescape = (char *) "\\";
1329
+ break;
1330
+ case 'b':
1331
+ unescape = (char *) "\b";
1332
+ break;
1333
+ case 'f':
1334
+ unescape = (char *) "\f";
1335
+ break;
1336
+ case 'u':
1337
+ if (pe > stringEnd - 4) {
1338
+ return Qnil;
1339
+ } else {
1340
+ char buf[4];
1341
+ UTF32 ch = unescape_unicode((unsigned char *) ++pe);
1342
+ pe += 3;
1343
+ if (UNI_SUR_HIGH_START == (ch & 0xFC00)) {
1344
+ pe++;
1345
+ if (pe > stringEnd - 6) return Qnil;
1346
+ if (pe[0] == '\\' && pe[1] == 'u') {
1347
+ UTF32 sur = unescape_unicode((unsigned char *) pe + 2);
1348
+ ch = (((ch & 0x3F) << 10) | ((((ch >> 6) & 0xF) + 1) << 16)
1349
+ | (sur & 0x3FF));
1350
+ pe += 5;
1351
+ } else {
1352
+ unescape = (char *) "?";
1353
+ break;
1354
+ }
1355
+ }
1356
+ unescape_len = convert_UTF32_to_UTF8(buf, ch);
1357
+ unescape = buf;
1358
+ }
1359
+ break;
1360
+ default:
1361
+ p = pe;
1362
+ continue;
1363
+ }
1364
+ rb_str_buf_cat(result, unescape, unescape_len);
1365
+ p = ++pe;
1366
+ } else {
1367
+ pe++;
1368
+ }
1369
+ }
1370
+ rb_str_buf_cat(result, p, pe - p);
1371
+ return result;
1372
+ }
1373
+
1374
+
1375
+ #line 1376 "parser.c"
1376
+ static const int JSON_string_start = 1;
1377
+ static const int JSON_string_first_final = 8;
1378
+ static const int JSON_string_error = 0;
1379
+
1380
+ static const int JSON_string_en_main = 1;
1381
+
1382
+
1383
+ #line 494 "parser.rl"
1384
+
1385
+
1386
+ static int
1387
+ match_i(VALUE regexp, VALUE klass, VALUE memo)
1388
+ {
1389
+ if (regexp == Qundef) return ST_STOP;
1390
+ if (RTEST(rb_funcall(klass, i_json_creatable_p, 0)) &&
1391
+ RTEST(rb_funcall(regexp, i_match, 1, rb_ary_entry(memo, 0)))) {
1392
+ rb_ary_push(memo, klass);
1393
+ return ST_STOP;
1394
+ }
1395
+ return ST_CONTINUE;
1396
+ }
1397
+
1398
+ static char *JSON_parse_string(JSON_Parser *json, char *p, char *pe, VALUE *result)
1399
+ {
1400
+ int cs = EVIL;
1401
+ VALUE match_string;
1402
+
1403
+ *result = rb_str_buf_new(0);
1404
+
1405
+ #line 1406 "parser.c"
1406
+ {
1407
+ cs = JSON_string_start;
1408
+ }
1409
+
1410
+ #line 515 "parser.rl"
1411
+ json->memo = p;
1412
+
1413
+ #line 1414 "parser.c"
1414
+ {
1415
+ if ( p == pe )
1416
+ goto _test_eof;
1417
+ switch ( cs )
1418
+ {
1419
+ case 1:
1420
+ if ( (*p) == 34 )
1421
+ goto st2;
1422
+ goto st0;
1423
+ st0:
1424
+ cs = 0;
1425
+ goto _out;
1426
+ st2:
1427
+ if ( ++p == pe )
1428
+ goto _test_eof2;
1429
+ case 2:
1430
+ switch( (*p) ) {
1431
+ case 34: goto tr2;
1432
+ case 92: goto st3;
1433
+ }
1434
+ if ( 0 <= (*p) && (*p) <= 31 )
1435
+ goto st0;
1436
+ goto st2;
1437
+ tr2:
1438
+ #line 480 "parser.rl"
1439
+ {
1440
+ *result = json_string_unescape(*result, json->memo + 1, p);
1441
+ if (NIL_P(*result)) {
1442
+ p--;
1443
+ {p++; cs = 8; goto _out;}
1444
+ } else {
1445
+ FORCE_UTF8(*result);
1446
+ {p = (( p + 1))-1;}
1447
+ }
1448
+ }
1449
+ #line 491 "parser.rl"
1450
+ { p--; {p++; cs = 8; goto _out;} }
1451
+ goto st8;
1452
+ st8:
1453
+ if ( ++p == pe )
1454
+ goto _test_eof8;
1455
+ case 8:
1456
+ #line 1457 "parser.c"
1457
+ goto st0;
1458
+ st3:
1459
+ if ( ++p == pe )
1460
+ goto _test_eof3;
1461
+ case 3:
1462
+ if ( (*p) == 117 )
1463
+ goto st4;
1464
+ if ( 0 <= (*p) && (*p) <= 31 )
1465
+ goto st0;
1466
+ goto st2;
1467
+ st4:
1468
+ if ( ++p == pe )
1469
+ goto _test_eof4;
1470
+ case 4:
1471
+ if ( (*p) < 65 ) {
1472
+ if ( 48 <= (*p) && (*p) <= 57 )
1473
+ goto st5;
1474
+ } else if ( (*p) > 70 ) {
1475
+ if ( 97 <= (*p) && (*p) <= 102 )
1476
+ goto st5;
1477
+ } else
1478
+ goto st5;
1479
+ goto st0;
1480
+ st5:
1481
+ if ( ++p == pe )
1482
+ goto _test_eof5;
1483
+ case 5:
1484
+ if ( (*p) < 65 ) {
1485
+ if ( 48 <= (*p) && (*p) <= 57 )
1486
+ goto st6;
1487
+ } else if ( (*p) > 70 ) {
1488
+ if ( 97 <= (*p) && (*p) <= 102 )
1489
+ goto st6;
1490
+ } else
1491
+ goto st6;
1492
+ goto st0;
1493
+ st6:
1494
+ if ( ++p == pe )
1495
+ goto _test_eof6;
1496
+ case 6:
1497
+ if ( (*p) < 65 ) {
1498
+ if ( 48 <= (*p) && (*p) <= 57 )
1499
+ goto st7;
1500
+ } else if ( (*p) > 70 ) {
1501
+ if ( 97 <= (*p) && (*p) <= 102 )
1502
+ goto st7;
1503
+ } else
1504
+ goto st7;
1505
+ goto st0;
1506
+ st7:
1507
+ if ( ++p == pe )
1508
+ goto _test_eof7;
1509
+ case 7:
1510
+ if ( (*p) < 65 ) {
1511
+ if ( 48 <= (*p) && (*p) <= 57 )
1512
+ goto st2;
1513
+ } else if ( (*p) > 70 ) {
1514
+ if ( 97 <= (*p) && (*p) <= 102 )
1515
+ goto st2;
1516
+ } else
1517
+ goto st2;
1518
+ goto st0;
1519
+ }
1520
+ _test_eof2: cs = 2; goto _test_eof;
1521
+ _test_eof8: cs = 8; goto _test_eof;
1522
+ _test_eof3: cs = 3; goto _test_eof;
1523
+ _test_eof4: cs = 4; goto _test_eof;
1524
+ _test_eof5: cs = 5; goto _test_eof;
1525
+ _test_eof6: cs = 6; goto _test_eof;
1526
+ _test_eof7: cs = 7; goto _test_eof;
1527
+
1528
+ _test_eof: {}
1529
+ _out: {}
1530
+ }
1531
+
1532
+ #line 517 "parser.rl"
1533
+
1534
+ if (json->create_additions && RTEST(match_string = json->match_string)) {
1535
+ VALUE klass;
1536
+ VALUE memo = rb_ary_new2(2);
1537
+ rb_ary_push(memo, *result);
1538
+ rb_hash_foreach(match_string, match_i, memo);
1539
+ klass = rb_ary_entry(memo, 1);
1540
+ if (RTEST(klass)) {
1541
+ *result = rb_funcall(klass, i_json_create, 1, *result);
1542
+ }
1543
+ }
1544
+
1545
+ if (json->symbolize_names && json->parsing_name) {
1546
+ *result = rb_str_intern(*result);
1547
+ }
1548
+ if (cs >= JSON_string_first_final) {
1549
+ return p + 1;
1550
+ } else {
1551
+ return NULL;
1552
+ }
1553
+ }
1554
+
1555
+ /*
1556
+ * Document-class: JSON::Ext::Parser
1557
+ *
1558
+ * This is the JSON parser implemented as a C extension. It can be configured
1559
+ * to be used by setting
1560
+ *
1561
+ * JSON.parser = JSON::Ext::Parser
1562
+ *
1563
+ * with the method parser= in JSON.
1564
+ *
1565
+ */
1566
+
1567
+ static VALUE convert_encoding(VALUE source)
1568
+ {
1569
+ char *ptr = RSTRING_PTR(source);
1570
+ long len = RSTRING_LEN(source);
1571
+ if (len < 2) {
1572
+ rb_raise(eParserError, "A JSON text must at least contain two octets!");
1573
+ }
1574
+ #ifdef HAVE_RUBY_ENCODING_H
1575
+ {
1576
+ VALUE encoding = rb_funcall(source, i_encoding, 0);
1577
+ if (encoding == CEncoding_ASCII_8BIT) {
1578
+ if (len >= 4 && ptr[0] == 0 && ptr[1] == 0 && ptr[2] == 0) {
1579
+ source = rb_funcall(source, i_encode, 2, CEncoding_UTF_8, CEncoding_UTF_32BE);
1580
+ } else if (len >= 4 && ptr[0] == 0 && ptr[2] == 0) {
1581
+ source = rb_funcall(source, i_encode, 2, CEncoding_UTF_8, CEncoding_UTF_16BE);
1582
+ } else if (len >= 4 && ptr[1] == 0 && ptr[2] == 0 && ptr[3] == 0) {
1583
+ source = rb_funcall(source, i_encode, 2, CEncoding_UTF_8, CEncoding_UTF_32LE);
1584
+ } else if (len >= 4 && ptr[1] == 0 && ptr[3] == 0) {
1585
+ source = rb_funcall(source, i_encode, 2, CEncoding_UTF_8, CEncoding_UTF_16LE);
1586
+ } else {
1587
+ source = rb_str_dup(source);
1588
+ FORCE_UTF8(source);
1589
+ }
1590
+ } else {
1591
+ source = rb_funcall(source, i_encode, 1, CEncoding_UTF_8);
1592
+ }
1593
+ }
1594
+ #else
1595
+ if (len >= 4 && ptr[0] == 0 && ptr[1] == 0 && ptr[2] == 0) {
1596
+ source = rb_funcall(mJSON, i_iconv, 3, rb_str_new2("utf-8"), rb_str_new2("utf-32be"), source);
1597
+ } else if (len >= 4 && ptr[0] == 0 && ptr[2] == 0) {
1598
+ source = rb_funcall(mJSON, i_iconv, 3, rb_str_new2("utf-8"), rb_str_new2("utf-16be"), source);
1599
+ } else if (len >= 4 && ptr[1] == 0 && ptr[2] == 0 && ptr[3] == 0) {
1600
+ source = rb_funcall(mJSON, i_iconv, 3, rb_str_new2("utf-8"), rb_str_new2("utf-32le"), source);
1601
+ } else if (len >= 4 && ptr[1] == 0 && ptr[3] == 0) {
1602
+ source = rb_funcall(mJSON, i_iconv, 3, rb_str_new2("utf-8"), rb_str_new2("utf-16le"), source);
1603
+ }
1604
+ #endif
1605
+ return source;
1606
+ }
1607
+
1608
+ /*
1609
+ * call-seq: new(source, opts => {})
1610
+ *
1611
+ * Creates a new JSON::Ext::Parser instance for the string _source_.
1612
+ *
1613
+ * Creates a new JSON::Ext::Parser instance for the string _source_.
1614
+ *
1615
+ * It will be configured by the _opts_ hash. _opts_ can have the following
1616
+ * keys:
1617
+ *
1618
+ * _opts_ can have the following keys:
1619
+ * * *max_nesting*: The maximum depth of nesting allowed in the parsed data
1620
+ * structures. Disable depth checking with :max_nesting => false|nil|0, it
1621
+ * defaults to 19.
1622
+ * * *allow_nan*: If set to true, allow NaN, Infinity and -Infinity in
1623
+ * defiance of RFC 4627 to be parsed by the Parser. This option defaults to
1624
+ * false.
1625
+ * * *symbolize_names*: If set to true, returns symbols for the names
1626
+ * (keys) in a JSON object. Otherwise strings are returned, which is also
1627
+ * the default.
1628
+ * * *create_additions*: If set to false, the Parser doesn't create
1629
+ * additions even if a matchin class and create_id was found. This option
1630
+ * defaults to true.
1631
+ * * *object_class*: Defaults to Hash
1632
+ * * *array_class*: Defaults to Array
1633
+ */
1634
+ static VALUE cParser_initialize(int argc, VALUE *argv, VALUE self)
1635
+ {
1636
+ VALUE source, opts;
1637
+ GET_PARSER_INIT;
1638
+
1639
+ if (json->Vsource) {
1640
+ rb_raise(rb_eTypeError, "already initialized instance");
1641
+ }
1642
+ rb_scan_args(argc, argv, "11", &source, &opts);
1643
+ if (!NIL_P(opts)) {
1644
+ opts = rb_convert_type(opts, T_HASH, "Hash", "to_hash");
1645
+ if (NIL_P(opts)) {
1646
+ rb_raise(rb_eArgError, "opts needs to be like a hash");
1647
+ } else {
1648
+ VALUE tmp = ID2SYM(i_max_nesting);
1649
+ if (option_given_p(opts, tmp)) {
1650
+ VALUE max_nesting = rb_hash_aref(opts, tmp);
1651
+ if (RTEST(max_nesting)) {
1652
+ Check_Type(max_nesting, T_FIXNUM);
1653
+ json->max_nesting = FIX2INT(max_nesting);
1654
+ } else {
1655
+ json->max_nesting = 0;
1656
+ }
1657
+ } else {
1658
+ json->max_nesting = 19;
1659
+ }
1660
+ tmp = ID2SYM(i_allow_nan);
1661
+ if (option_given_p(opts, tmp)) {
1662
+ json->allow_nan = RTEST(rb_hash_aref(opts, tmp)) ? 1 : 0;
1663
+ } else {
1664
+ json->allow_nan = 0;
1665
+ }
1666
+ tmp = ID2SYM(i_symbolize_names);
1667
+ if (option_given_p(opts, tmp)) {
1668
+ json->symbolize_names = RTEST(rb_hash_aref(opts, tmp)) ? 1 : 0;
1669
+ } else {
1670
+ json->symbolize_names = 0;
1671
+ }
1672
+ tmp = ID2SYM(i_quirks_mode);
1673
+ if (option_given_p(opts, tmp)) {
1674
+ VALUE quirks_mode = rb_hash_aref(opts, tmp);
1675
+ json->quirks_mode = RTEST(quirks_mode) ? 1 : 0;
1676
+ } else {
1677
+ json->quirks_mode = 0;
1678
+ }
1679
+ tmp = ID2SYM(i_create_additions);
1680
+ if (option_given_p(opts, tmp)) {
1681
+ json->create_additions = RTEST(rb_hash_aref(opts, tmp));
1682
+ } else {
1683
+ json->create_additions = 1;
1684
+ }
1685
+ tmp = ID2SYM(i_create_id);
1686
+ if (option_given_p(opts, tmp)) {
1687
+ json->create_id = rb_hash_aref(opts, tmp);
1688
+ } else {
1689
+ json->create_id = rb_funcall(mJSON, i_create_id, 0);
1690
+ }
1691
+ tmp = ID2SYM(i_object_class);
1692
+ if (option_given_p(opts, tmp)) {
1693
+ json->object_class = rb_hash_aref(opts, tmp);
1694
+ } else {
1695
+ json->object_class = Qnil;
1696
+ }
1697
+ tmp = ID2SYM(i_array_class);
1698
+ if (option_given_p(opts, tmp)) {
1699
+ json->array_class = rb_hash_aref(opts, tmp);
1700
+ } else {
1701
+ json->array_class = Qnil;
1702
+ }
1703
+ tmp = ID2SYM(i_match_string);
1704
+ if (option_given_p(opts, tmp)) {
1705
+ VALUE match_string = rb_hash_aref(opts, tmp);
1706
+ json->match_string = RTEST(match_string) ? match_string : Qnil;
1707
+ } else {
1708
+ json->match_string = Qnil;
1709
+ }
1710
+ }
1711
+ } else {
1712
+ json->max_nesting = 19;
1713
+ json->allow_nan = 0;
1714
+ json->create_additions = 1;
1715
+ json->create_id = rb_funcall(mJSON, i_create_id, 0);
1716
+ json->object_class = Qnil;
1717
+ json->array_class = Qnil;
1718
+ }
1719
+ source = rb_convert_type(source, T_STRING, "String", "to_str");
1720
+ if (!json->quirks_mode) {
1721
+ source = convert_encoding(StringValue(source));
1722
+ }
1723
+ json->current_nesting = 0;
1724
+ json->len = RSTRING_LEN(source);
1725
+ json->source = RSTRING_PTR(source);;
1726
+ json->Vsource = source;
1727
+ return self;
1728
+ }
1729
+
1730
+
1731
+ #line 1732 "parser.c"
1732
+ static const int JSON_start = 1;
1733
+ static const int JSON_first_final = 10;
1734
+ static const int JSON_error = 0;
1735
+
1736
+ static const int JSON_en_main = 1;
1737
+
1738
+
1739
+ #line 739 "parser.rl"
1740
+
1741
+
1742
+ static VALUE cParser_parse_strict(VALUE self)
1743
+ {
1744
+ char *p, *pe;
1745
+ int cs = EVIL;
1746
+ VALUE result = Qnil;
1747
+ GET_PARSER;
1748
+
1749
+
1750
+ #line 1751 "parser.c"
1751
+ {
1752
+ cs = JSON_start;
1753
+ }
1754
+
1755
+ #line 749 "parser.rl"
1756
+ p = json->source;
1757
+ pe = p + json->len;
1758
+
1759
+ #line 1760 "parser.c"
1760
+ {
1761
+ if ( p == pe )
1762
+ goto _test_eof;
1763
+ switch ( cs )
1764
+ {
1765
+ st1:
1766
+ if ( ++p == pe )
1767
+ goto _test_eof1;
1768
+ case 1:
1769
+ switch( (*p) ) {
1770
+ case 13: goto st1;
1771
+ case 32: goto st1;
1772
+ case 47: goto st2;
1773
+ case 91: goto tr3;
1774
+ case 123: goto tr4;
1775
+ }
1776
+ if ( 9 <= (*p) && (*p) <= 10 )
1777
+ goto st1;
1778
+ goto st0;
1779
+ st0:
1780
+ cs = 0;
1781
+ goto _out;
1782
+ st2:
1783
+ if ( ++p == pe )
1784
+ goto _test_eof2;
1785
+ case 2:
1786
+ switch( (*p) ) {
1787
+ case 42: goto st3;
1788
+ case 47: goto st5;
1789
+ }
1790
+ goto st0;
1791
+ st3:
1792
+ if ( ++p == pe )
1793
+ goto _test_eof3;
1794
+ case 3:
1795
+ if ( (*p) == 42 )
1796
+ goto st4;
1797
+ goto st3;
1798
+ st4:
1799
+ if ( ++p == pe )
1800
+ goto _test_eof4;
1801
+ case 4:
1802
+ switch( (*p) ) {
1803
+ case 42: goto st4;
1804
+ case 47: goto st1;
1805
+ }
1806
+ goto st3;
1807
+ st5:
1808
+ if ( ++p == pe )
1809
+ goto _test_eof5;
1810
+ case 5:
1811
+ if ( (*p) == 10 )
1812
+ goto st1;
1813
+ goto st5;
1814
+ tr3:
1815
+ #line 728 "parser.rl"
1816
+ {
1817
+ char *np;
1818
+ json->current_nesting = 1;
1819
+ np = JSON_parse_array(json, p, pe, &result);
1820
+ if (np == NULL) { p--; {p++; cs = 10; goto _out;} } else {p = (( np))-1;}
1821
+ }
1822
+ goto st10;
1823
+ tr4:
1824
+ #line 721 "parser.rl"
1825
+ {
1826
+ char *np;
1827
+ json->current_nesting = 1;
1828
+ np = JSON_parse_object(json, p, pe, &result);
1829
+ if (np == NULL) { p--; {p++; cs = 10; goto _out;} } else {p = (( np))-1;}
1830
+ }
1831
+ goto st10;
1832
+ st10:
1833
+ if ( ++p == pe )
1834
+ goto _test_eof10;
1835
+ case 10:
1836
+ #line 1837 "parser.c"
1837
+ switch( (*p) ) {
1838
+ case 13: goto st10;
1839
+ case 32: goto st10;
1840
+ case 47: goto st6;
1841
+ }
1842
+ if ( 9 <= (*p) && (*p) <= 10 )
1843
+ goto st10;
1844
+ goto st0;
1845
+ st6:
1846
+ if ( ++p == pe )
1847
+ goto _test_eof6;
1848
+ case 6:
1849
+ switch( (*p) ) {
1850
+ case 42: goto st7;
1851
+ case 47: goto st9;
1852
+ }
1853
+ goto st0;
1854
+ st7:
1855
+ if ( ++p == pe )
1856
+ goto _test_eof7;
1857
+ case 7:
1858
+ if ( (*p) == 42 )
1859
+ goto st8;
1860
+ goto st7;
1861
+ st8:
1862
+ if ( ++p == pe )
1863
+ goto _test_eof8;
1864
+ case 8:
1865
+ switch( (*p) ) {
1866
+ case 42: goto st8;
1867
+ case 47: goto st10;
1868
+ }
1869
+ goto st7;
1870
+ st9:
1871
+ if ( ++p == pe )
1872
+ goto _test_eof9;
1873
+ case 9:
1874
+ if ( (*p) == 10 )
1875
+ goto st10;
1876
+ goto st9;
1877
+ }
1878
+ _test_eof1: cs = 1; goto _test_eof;
1879
+ _test_eof2: cs = 2; goto _test_eof;
1880
+ _test_eof3: cs = 3; goto _test_eof;
1881
+ _test_eof4: cs = 4; goto _test_eof;
1882
+ _test_eof5: cs = 5; goto _test_eof;
1883
+ _test_eof10: cs = 10; goto _test_eof;
1884
+ _test_eof6: cs = 6; goto _test_eof;
1885
+ _test_eof7: cs = 7; goto _test_eof;
1886
+ _test_eof8: cs = 8; goto _test_eof;
1887
+ _test_eof9: cs = 9; goto _test_eof;
1888
+
1889
+ _test_eof: {}
1890
+ _out: {}
1891
+ }
1892
+
1893
+ #line 752 "parser.rl"
1894
+
1895
+ if (cs >= JSON_first_final && p == pe) {
1896
+ return result;
1897
+ } else {
1898
+ rb_raise(eParserError, "%u: unexpected token at '%s'", __LINE__, p);
1899
+ return Qnil;
1900
+ }
1901
+ }
1902
+
1903
+
1904
+
1905
+ #line 1906 "parser.c"
1906
+ static const int JSON_quirks_mode_start = 1;
1907
+ static const int JSON_quirks_mode_first_final = 10;
1908
+ static const int JSON_quirks_mode_error = 0;
1909
+
1910
+ static const int JSON_quirks_mode_en_main = 1;
1911
+
1912
+
1913
+ #line 777 "parser.rl"
1914
+
1915
+
1916
+ static VALUE cParser_parse_quirks_mode(VALUE self)
1917
+ {
1918
+ char *p, *pe;
1919
+ int cs = EVIL;
1920
+ VALUE result = Qnil;
1921
+ GET_PARSER;
1922
+
1923
+
1924
+ #line 1925 "parser.c"
1925
+ {
1926
+ cs = JSON_quirks_mode_start;
1927
+ }
1928
+
1929
+ #line 787 "parser.rl"
1930
+ p = json->source;
1931
+ pe = p + json->len;
1932
+
1933
+ #line 1934 "parser.c"
1934
+ {
1935
+ if ( p == pe )
1936
+ goto _test_eof;
1937
+ switch ( cs )
1938
+ {
1939
+ st1:
1940
+ if ( ++p == pe )
1941
+ goto _test_eof1;
1942
+ case 1:
1943
+ switch( (*p) ) {
1944
+ case 13: goto st1;
1945
+ case 32: goto st1;
1946
+ case 34: goto tr2;
1947
+ case 45: goto tr2;
1948
+ case 47: goto st6;
1949
+ case 73: goto tr2;
1950
+ case 78: goto tr2;
1951
+ case 91: goto tr2;
1952
+ case 102: goto tr2;
1953
+ case 110: goto tr2;
1954
+ case 116: goto tr2;
1955
+ case 123: goto tr2;
1956
+ }
1957
+ if ( (*p) > 10 ) {
1958
+ if ( 48 <= (*p) && (*p) <= 57 )
1959
+ goto tr2;
1960
+ } else if ( (*p) >= 9 )
1961
+ goto st1;
1962
+ goto st0;
1963
+ st0:
1964
+ cs = 0;
1965
+ goto _out;
1966
+ tr2:
1967
+ #line 769 "parser.rl"
1968
+ {
1969
+ char *np = JSON_parse_value(json, p, pe, &result);
1970
+ if (np == NULL) { p--; {p++; cs = 10; goto _out;} } else {p = (( np))-1;}
1971
+ }
1972
+ goto st10;
1973
+ st10:
1974
+ if ( ++p == pe )
1975
+ goto _test_eof10;
1976
+ case 10:
1977
+ #line 1978 "parser.c"
1978
+ switch( (*p) ) {
1979
+ case 13: goto st10;
1980
+ case 32: goto st10;
1981
+ case 47: goto st2;
1982
+ }
1983
+ if ( 9 <= (*p) && (*p) <= 10 )
1984
+ goto st10;
1985
+ goto st0;
1986
+ st2:
1987
+ if ( ++p == pe )
1988
+ goto _test_eof2;
1989
+ case 2:
1990
+ switch( (*p) ) {
1991
+ case 42: goto st3;
1992
+ case 47: goto st5;
1993
+ }
1994
+ goto st0;
1995
+ st3:
1996
+ if ( ++p == pe )
1997
+ goto _test_eof3;
1998
+ case 3:
1999
+ if ( (*p) == 42 )
2000
+ goto st4;
2001
+ goto st3;
2002
+ st4:
2003
+ if ( ++p == pe )
2004
+ goto _test_eof4;
2005
+ case 4:
2006
+ switch( (*p) ) {
2007
+ case 42: goto st4;
2008
+ case 47: goto st10;
2009
+ }
2010
+ goto st3;
2011
+ st5:
2012
+ if ( ++p == pe )
2013
+ goto _test_eof5;
2014
+ case 5:
2015
+ if ( (*p) == 10 )
2016
+ goto st10;
2017
+ goto st5;
2018
+ st6:
2019
+ if ( ++p == pe )
2020
+ goto _test_eof6;
2021
+ case 6:
2022
+ switch( (*p) ) {
2023
+ case 42: goto st7;
2024
+ case 47: goto st9;
2025
+ }
2026
+ goto st0;
2027
+ st7:
2028
+ if ( ++p == pe )
2029
+ goto _test_eof7;
2030
+ case 7:
2031
+ if ( (*p) == 42 )
2032
+ goto st8;
2033
+ goto st7;
2034
+ st8:
2035
+ if ( ++p == pe )
2036
+ goto _test_eof8;
2037
+ case 8:
2038
+ switch( (*p) ) {
2039
+ case 42: goto st8;
2040
+ case 47: goto st1;
2041
+ }
2042
+ goto st7;
2043
+ st9:
2044
+ if ( ++p == pe )
2045
+ goto _test_eof9;
2046
+ case 9:
2047
+ if ( (*p) == 10 )
2048
+ goto st1;
2049
+ goto st9;
2050
+ }
2051
+ _test_eof1: cs = 1; goto _test_eof;
2052
+ _test_eof10: cs = 10; goto _test_eof;
2053
+ _test_eof2: cs = 2; goto _test_eof;
2054
+ _test_eof3: cs = 3; goto _test_eof;
2055
+ _test_eof4: cs = 4; goto _test_eof;
2056
+ _test_eof5: cs = 5; goto _test_eof;
2057
+ _test_eof6: cs = 6; goto _test_eof;
2058
+ _test_eof7: cs = 7; goto _test_eof;
2059
+ _test_eof8: cs = 8; goto _test_eof;
2060
+ _test_eof9: cs = 9; goto _test_eof;
2061
+
2062
+ _test_eof: {}
2063
+ _out: {}
2064
+ }
2065
+
2066
+ #line 790 "parser.rl"
2067
+
2068
+ if (cs >= JSON_quirks_mode_first_final && p == pe) {
2069
+ return result;
2070
+ } else {
2071
+ rb_raise(eParserError, "%u: unexpected token at '%s'", __LINE__, p);
2072
+ return Qnil;
2073
+ }
2074
+ }
2075
+
2076
+ /*
2077
+ * call-seq: parse()
2078
+ *
2079
+ * Parses the current JSON text _source_ and returns the complete data
2080
+ * structure as a result.
2081
+ */
2082
+ static VALUE cParser_parse(VALUE self)
2083
+ {
2084
+ GET_PARSER;
2085
+
2086
+ if (json->quirks_mode) {
2087
+ return cParser_parse_quirks_mode(self);
2088
+ } else {
2089
+ return cParser_parse_strict(self);
2090
+ }
2091
+ }
2092
+
2093
+
2094
+ static JSON_Parser *JSON_allocate()
2095
+ {
2096
+ JSON_Parser *json = ALLOC(JSON_Parser);
2097
+ MEMZERO(json, JSON_Parser, 1);
2098
+ json->fbuffer = fbuffer_alloc(0);
2099
+ return json;
2100
+ }
2101
+
2102
+ static void JSON_mark(JSON_Parser *json)
2103
+ {
2104
+ rb_gc_mark_maybe(json->Vsource);
2105
+ rb_gc_mark_maybe(json->create_id);
2106
+ rb_gc_mark_maybe(json->object_class);
2107
+ rb_gc_mark_maybe(json->array_class);
2108
+ rb_gc_mark_maybe(json->match_string);
2109
+ }
2110
+
2111
+ static void JSON_free(JSON_Parser *json)
2112
+ {
2113
+ fbuffer_free(json->fbuffer);
2114
+ ruby_xfree(json);
2115
+ }
2116
+
2117
+ static VALUE cJSON_parser_s_allocate(VALUE klass)
2118
+ {
2119
+ JSON_Parser *json = JSON_allocate();
2120
+ return Data_Wrap_Struct(klass, JSON_mark, JSON_free, json);
2121
+ }
2122
+
2123
+ /*
2124
+ * call-seq: source()
2125
+ *
2126
+ * Returns a copy of the current _source_ string, that was used to construct
2127
+ * this Parser.
2128
+ */
2129
+ static VALUE cParser_source(VALUE self)
2130
+ {
2131
+ GET_PARSER;
2132
+ return rb_str_dup(json->Vsource);
2133
+ }
2134
+
2135
+ /*
2136
+ * call-seq: quirks_mode?()
2137
+ *
2138
+ * Returns a true, if this parser is in quirks_mode, false otherwise.
2139
+ */
2140
+ static VALUE cParser_quirks_mode_p(VALUE self)
2141
+ {
2142
+ GET_PARSER;
2143
+ return json->quirks_mode ? Qtrue : Qfalse;
2144
+ }
2145
+
2146
+
2147
+ void Init_parser()
2148
+ {
2149
+ rb_require("json/common");
2150
+ mJSON = rb_define_module("JSON");
2151
+ mExt = rb_define_module_under(mJSON, "Ext");
2152
+ cParser = rb_define_class_under(mExt, "Parser", rb_cObject);
2153
+ eParserError = rb_path2class("JSON::ParserError");
2154
+ eNestingError = rb_path2class("JSON::NestingError");
2155
+ rb_define_alloc_func(cParser, cJSON_parser_s_allocate);
2156
+ rb_define_method(cParser, "initialize", cParser_initialize, -1);
2157
+ rb_define_method(cParser, "parse", cParser_parse, 0);
2158
+ rb_define_method(cParser, "source", cParser_source, 0);
2159
+ rb_define_method(cParser, "quirks_mode?", cParser_quirks_mode_p, 0);
2160
+
2161
+ CNaN = rb_const_get(mJSON, rb_intern("NaN"));
2162
+ CInfinity = rb_const_get(mJSON, rb_intern("Infinity"));
2163
+ CMinusInfinity = rb_const_get(mJSON, rb_intern("MinusInfinity"));
2164
+
2165
+ i_json_creatable_p = rb_intern("json_creatable?");
2166
+ i_json_create = rb_intern("json_create");
2167
+ i_create_id = rb_intern("create_id");
2168
+ i_create_additions = rb_intern("create_additions");
2169
+ i_chr = rb_intern("chr");
2170
+ i_max_nesting = rb_intern("max_nesting");
2171
+ i_allow_nan = rb_intern("allow_nan");
2172
+ i_symbolize_names = rb_intern("symbolize_names");
2173
+ i_quirks_mode = rb_intern("quirks_mode");
2174
+ i_object_class = rb_intern("object_class");
2175
+ i_array_class = rb_intern("array_class");
2176
+ i_match = rb_intern("match");
2177
+ i_match_string = rb_intern("match_string");
2178
+ i_key_p = rb_intern("key?");
2179
+ i_deep_const_get = rb_intern("deep_const_get");
2180
+ i_aset = rb_intern("[]=");
2181
+ i_aref = rb_intern("[]");
2182
+ i_leftshift = rb_intern("<<");
2183
+ #ifdef HAVE_RUBY_ENCODING_H
2184
+ CEncoding_UTF_8 = rb_funcall(rb_path2class("Encoding"), rb_intern("find"), 1, rb_str_new2("utf-8"));
2185
+ CEncoding_UTF_16BE = rb_funcall(rb_path2class("Encoding"), rb_intern("find"), 1, rb_str_new2("utf-16be"));
2186
+ CEncoding_UTF_16LE = rb_funcall(rb_path2class("Encoding"), rb_intern("find"), 1, rb_str_new2("utf-16le"));
2187
+ CEncoding_UTF_32BE = rb_funcall(rb_path2class("Encoding"), rb_intern("find"), 1, rb_str_new2("utf-32be"));
2188
+ CEncoding_UTF_32LE = rb_funcall(rb_path2class("Encoding"), rb_intern("find"), 1, rb_str_new2("utf-32le"));
2189
+ CEncoding_ASCII_8BIT = rb_funcall(rb_path2class("Encoding"), rb_intern("find"), 1, rb_str_new2("ascii-8bit"));
2190
+ i_encoding = rb_intern("encoding");
2191
+ i_encode = rb_intern("encode");
2192
+ #else
2193
+ i_iconv = rb_intern("iconv");
2194
+ #endif
2195
+ }
2196
+
2197
+ /*
2198
+ * Local variables:
2199
+ * mode: c
2200
+ * c-file-style: ruby
2201
+ * indent-tabs-mode: nil
2202
+ * End:
2203
+ */