Ugly Alpha 1
conftaal:0.1.1

total uncompressed bytes

33.9 KB

total files

189

Fix

NewInclude { include: [ "src/**/*", "tools/parse.rs", ], has_build_script: false, }

179 wasted files

total waste: 11.4 KB

  1. tests/test.sh : 2.4 KB
  2. COPYING : 1.3 KB
  3. tests/parse.rs : 388 B
  4. tests/sets/parse/expected/200-mix : 270 B
  5. tests/sets/parse/expected/023-precedence : 239 B
  6. tests/sets/parse-fail/expected/110-associativity-equals-inequals : 236 B
  7. tests/sets/parse/expected/042-object-literal-expressions : 190 B
  8. tests/sets/parse-fail/expected/110-associativity-equals : 185 B
  9. tests/sets/parse-fail/expected/110-incomplete-parens-2 : 175 B
  10. tests/sets/parse-fail/expected/110-assignment-in-expression : 166 B
  11. tests/sets/parse-fail/expected/110-incomplete-parens-empty : 152 B
  12. tests/sets/parse-fail/expected/110-incomplete-parens : 141 B
  13. tests/sets/parse-fail/expected/110-integer-literal-too-large : 139 B
  14. tests/sets/parse-fail/expected/110-invalid-escape-sequence-unicode : 138 B
  15. tests/sets/parse-fail/expected/110-double-literal-octal : 133 B
  16. tests/sets/parse-fail/expected/110-unterminated-string-literal : 132 B
  17. tests/sets/parse-fail/expected/110-invalid-escape-sequence-hex : 131 B
  18. tests/sets/parse/tests/200-mix : 130 B
  19. tests/sets/parse-fail/expected/110-incomplete-escape-sequence : 127 B
  20. tests/sets/parse-fail/expected/110-incomplete-escape-sequence-hex : 125 B
  21. tests/sets/parse-fail/expected/110-invalid-unicode-codepoint : 123 B
  22. tests/sets/parse-fail/expected/110-missing-expression-parens : 121 B
  23. tests/sets/parse/expected/041-object-literal-separators : 112 B
  24. tests/sets/parse-fail/expected/110-missing-object-value : 107 B
  25. tests/sets/parse-fail/expected/110-invalid-escape-sequence : 103 B
  26. tests/sets/parse-fail/expected/110-unknown-operator : 101 B
  27. tests/sets/parse-fail/expected/110-incomplete-binary-op : 100 B
  28. tests/sets/parse-fail/expected/110-bad-object-key : 100 B
  29. tests/sets/parse/tests/042-object-literal-expressions : 97 B
  30. tests/sets/parse-fail/expected/110-incomplete-unary-op : 97 B
  31. tests/sets/parse-fail/expected/110-binary-compl : 96 B
  32. tests/sets/parse-fail/expected/110-binary-not : 94 B
  33. tests/sets/parse/tests/023-precedence : 92 B
  34. tests/sets/parse-fail/expected/110-double-literal-missing-exponent-2 : 92 B
  35. tests/sets/parse-fail/expected/110-dot-error : 90 B
  36. tests/sets/parse/expected/023-funcalls : 87 B
  37. tests/sets/parse-fail/expected/110-double-literal-missing-exponent : 84 B
  38. tests/sets/parse-fail/expected/110-bad-list : 77 B
  39. tests/sets/parse/tests/053-string-literal-escape-2 : 75 B
  40. tests/sets/parse-fail/expected/110-unknown-character : 74 B
  41. tests/sets/parse/expected/040-object-literal : 73 B
  42. tests/sets/parse/tests/052-string-literal-escape : 71 B
  43. tests/sets/parse/expected/041-object-literal-commas : 69 B
  44. tests/sets/parse-fail/expected/100-empty : 69 B
  45. tests/sets/parse/expected/052-string-literal-escape : 65 B
  46. tests/sets/parse/tests/041-object-literal-separators : 56 B
  47. .gitignore : 46 B
  48. tests/sets/parse/expected/053-string-literal-escape-2 : 45 B
  49. tests/sets/parse/expected/031-array-literal-multiline : 43 B
  50. tests/sets/parse/expected/030-array-literal : 43 B
  51. tests/sets/parse/tests/011-comment : 41 B
  52. tests/sets/parse/tests/023-funcalls : 37 B
  53. tests/sets/parse/tests/031-array-literal-multiline : 36 B
  54. tests/sets/parse/expected/031-array-literal-trailing-comma : 33 B
  55. tests/sets/parse/expected/020-funcall : 31 B
  56. tests/sets/parse/tests/040-object-literal : 30 B
  57. tests/sets/parse/tests/030-array-literal : 29 B
  58. tests/sets/parse/expected/021-associativity-power : 29 B
  59. tests/sets/parse/expected/021-associativity-equals-plus : 28 B
  60. tests/sets/parse-fail/tests/110-bad-object-key : 28 B
  61. tests/sets/parse/expected/066-double-literal-6 : 27 B
  62. tests/sets/parse/expected/065-double-literal : 27 B
  63. tests/sets/parse/expected/022-parens : 27 B
  64. tests/sets/parse/expected/021-precedence-simple-2 : 27 B
  65. tests/sets/parse/expected/021-precedence-simple : 27 B
  66. tests/sets/parse/expected/021-associativity-plus : 27 B
  67. tests/sets/parse-fail/tests/110-invalid-unicode-codepoint : 25 B
  68. tests/sets/parse/expected/066-double-literal-4 : 23 B
  69. tests/sets/parse/tests/031-array-literal-trailing-comma : 22 B
  70. tests/sets/parse/expected/066-double-literal-5 : 22 B
  71. tests/sets/parse-fail/tests/110-missing-object-value : 22 B
  72. tests/sets/parse/tests/067-double-literal-hex-3 : 21 B
  73. tests/sets/parse/expected/020-rshift : 21 B
  74. tests/sets/parse/expected/020-power : 21 B
  75. tests/sets/parse/expected/020-or : 21 B
  76. tests/sets/parse/expected/020-lshift : 21 B
  77. tests/sets/parse/expected/020-less-eq : 21 B
  78. tests/sets/parse/expected/020-inequal : 21 B
  79. tests/sets/parse/expected/020-greater-eq : 21 B
  80. tests/sets/parse/expected/020-equal : 21 B
  81. tests/sets/parse/expected/020-and : 21 B
  82. tests/sets/parse-fail/tests/110-invalid-escape-sequence-unicode : 21 B
  83. tests/sets/parse-fail/tests/110-assignment-in-expression : 21 B
  84. tests/sets/parse/expected/020-xor : 20 B
  85. tests/sets/parse/expected/020-times : 20 B
  86. tests/sets/parse/expected/020-plus : 20 B
  87. tests/sets/parse/expected/020-modulo : 20 B
  88. tests/sets/parse/expected/020-minus : 20 B
  89. tests/sets/parse/expected/020-less : 20 B
  90. tests/sets/parse/expected/020-greater : 20 B
  91. tests/sets/parse/expected/020-dot : 20 B
  92. tests/sets/parse/expected/020-divide : 20 B
  93. tests/sets/parse/expected/020-bitor : 20 B
  94. tests/sets/parse/expected/020-bitand : 20 B
  95. tests/sets/parse-fail/tests/110-unterminated-string-literal : 20 B
  96. tests/sets/parse-fail/tests/110-integer-literal-too-large : 20 B
  97. tests/sets/parse/tests/041-object-literal-commas : 19 B
  98. tests/sets/parse/expected/051-string-literal-multiline : 19 B
  99. tests/sets/parse-fail/tests/110-invalid-escape-sequence-hex : 19 B
  100. tests/sets/parse/expected/067-double-literal-hex : 18 B
  101. tests/sets/parse/expected/050-string-literal : 18 B
  102. tests/sets/parse/expected/010-identifier : 18 B
  103. tests/sets/parse-fail/tests/110-invalid-escape-sequence : 17 B
  104. tests/sets/parse/expected/061-integer-literal-hex : 16 B
  105. tests/sets/parse-fail/tests/110-incomplete-escape-sequence : 16 B
  106. tests/sets/parse-fail/tests/110-dot-error : 16 B
  107. tests/sets/parse/tests/051-string-literal-multiline : 15 B
  108. tests/sets/parse/tests/010-identifier : 15 B
  109. tests/sets/parse/expected/020-unary-not : 15 B
  110. tests/sets/parse/tests/050-string-literal : 14 B
  111. tests/sets/parse-fail/tests/110-missing-expression-parens : 14 B
  112. tests/sets/parse-fail/tests/110-incomplete-parens-2 : 14 B
  113. tests/sets/parse/tests/061-integer-literal-hex : 13 B
  114. tests/sets/parse/tests/020-funcall : 13 B
  115. tests/sets/parse/expected/066-double-literal-3 : 13 B
  116. tests/sets/parse/expected/066-double-literal-2 : 13 B
  117. tests/sets/parse/expected/060-integer-literal : 13 B
  118. tests/sets/parse/expected/020-unary-plus : 13 B
  119. tests/sets/parse/expected/020-unary-minus : 13 B
  120. tests/sets/parse/expected/020-unary-compl : 13 B
  121. tests/sets/parse-fail/tests/110-bad-list : 13 B
  122. tests/sets/parse/tests/067-double-literal-hex-2 : 12 B
  123. tests/sets/parse/tests/066-double-literal-5 : 12 B
  124. tests/sets/parse/tests/022-parens : 12 B
  125. tests/sets/parse/tests/021-associativity-power : 12 B
  126. tests/sets/parse-fail/tests/110-associativity-equals-inequals : 12 B
  127. tests/sets/parse-fail/tests/110-associativity-equals : 12 B
  128. tests/sets/parse/tests/060-integer-literal : 11 B
  129. tests/sets/parse/tests/021-associativity-equals-plus : 11 B
  130. tests/sets/parse/tests/020-rshift : 11 B
  131. tests/sets/parse/tests/020-power : 11 B
  132. tests/sets/parse/tests/020-or : 11 B
  133. tests/sets/parse/tests/020-lshift : 11 B
  134. tests/sets/parse/tests/020-less-eq : 11 B
  135. tests/sets/parse/tests/020-inequal : 11 B
  136. tests/sets/parse/tests/020-greater-eq : 11 B
  137. tests/sets/parse/tests/020-equal : 11 B
  138. tests/sets/parse/tests/020-and : 11 B
  139. tests/sets/parse-fail/tests/110-incomplete-escape-sequence-hex : 11 B
  140. tests/sets/parse/tests/067-double-literal-hex : 10 B
  141. tests/sets/parse/tests/021-precedence-simple-2 : 10 B
  142. tests/sets/parse/tests/021-precedence-simple : 10 B
  143. tests/sets/parse/tests/021-associativity-plus : 10 B
  144. tests/sets/parse/tests/020-xor : 10 B
  145. tests/sets/parse/tests/020-times : 10 B
  146. tests/sets/parse/tests/020-plus : 10 B
  147. tests/sets/parse/tests/020-modulo : 10 B
  148. tests/sets/parse/tests/020-minus : 10 B
  149. tests/sets/parse/tests/020-less : 10 B
  150. tests/sets/parse/tests/020-greater : 10 B
  151. tests/sets/parse/tests/020-divide : 10 B
  152. tests/sets/parse/tests/020-bitor : 10 B
  153. tests/sets/parse/tests/020-bitand : 10 B
  154. tests/sets/parse-fail/tests/110-unknown-operator : 10 B
  155. tests/sets/parse-fail/tests/110-binary-not : 10 B
  156. tests/sets/parse-fail/tests/110-binary-compl : 10 B
  157. tests/sets/parse/tests/020-dot : 8 B
  158. tests/sets/parse/expected/061-integer-literal-octal : 8 B
  159. tests/sets/parse-fail/tests/110-double-literal-hex-exponent : 8 B
  160. tests/sets/parse/tests/066-double-literal-6 : 7 B
  161. tests/sets/parse/tests/066-double-literal-4 : 7 B
  162. tests/sets/parse/tests/065-double-literal : 7 B
  163. tests/sets/parse/tests/020-unary-not : 7 B
  164. tests/sets/parse/expected/011-comment : 7 B
  165. tests/sets/parse/tests/061-integer-literal-octal : 6 B
  166. tests/sets/parse-fail/tests/110-unknown-character : 6 B
  167. tests/sets/parse-fail/tests/110-incomplete-binary-op : 6 B
  168. tests/sets/parse-fail/tests/110-double-literal-octal : 6 B
  169. tests/sets/parse-fail/tests/110-double-literal-missing-exponent-2 : 6 B
  170. tests/sets/parse/tests/020-unary-plus : 5 B
  171. tests/sets/parse/tests/020-unary-minus : 5 B
  172. tests/sets/parse/tests/020-unary-compl : 5 B
  173. tests/sets/parse/tests/066-double-literal-2 : 4 B
  174. tests/sets/parse/tests/066-double-literal-3 : 3 B
  175. tests/sets/parse-fail/tests/110-incomplete-parens : 3 B
  176. tests/sets/parse-fail/tests/110-double-literal-missing-exponent : 3 B
  177. tests/sets/parse-fail/tests/110-incomplete-unary-op : 2 B
  178. tests/sets/parse-fail/tests/110-incomplete-parens-empty : 2 B
  179. tests/sets/parse-fail/tests/100-empty : 0 B