merge fuzz corpus; copy gen-dict.py; cleanup makefile

This commit is contained in:
mhoffm
2021-07-01 23:30:14 +02:00
parent 9c97f11b4c
commit d9c903ff41
790 changed files with 123 additions and 6610 deletions

View File

@@ -1,42 +1,126 @@
// !
"\x21"
// !=
"\x21\x3d"
// #
"\x23"
// %
"\x25"
// &&
"\x26\x26"
// (
"\x28"
// )
"\x29"
// *
"\x2a"
// +
"\x2b"
// ,
"\x2c"
// -
"\x2d"
// .
"\x2e"
// .*
"\x2e\x2a"
// ...
"\x2e\x2e\x2e"
// /
"\x2f"
// /*
"\x2f\x2a"
// //
"\x2f\x2f"
// :
"\x3a"
// <
"\x3c"
// <<
"\x3c\x3c"
// <<-
"\x3c\x3c\x2d"
// <=
"\x3c\x3d"
// =
"\x3d"
// ==
"\x3d\x3d"
// =>
"\x3d\x3e"
// >
"\x3e"
// >=
"\x3e\x3d"
// ?
"\x3f"
// [
"\x5b"
// [*]
"\x5b\x2a\x5d"
// ]
"\x5d"
// _
"\x5f"
// false
"\x66\x61\x6c\x73\x65"
// for
"\x66\x6f\x72"
// if
"\x69\x66"
// in
"\x69\x6e"
// null
"\x6e\x75\x6c\x6c"
// true
"\x74\x72\x75\x65"
// {
"\x7b"
// ||
"\x7c\x7c"
// }
"\x7d"
// ~
"\x7e"