lexer.js 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670
  1. define([
  2. 'lodash'
  3. ], function(_) {
  4. 'use strict';
  5. // This is auto generated from the unicode tables.
  6. // The tables are at:
  7. // http://www.fileformat.info/info/unicode/category/Lu/list.htm
  8. // http://www.fileformat.info/info/unicode/category/Ll/list.htm
  9. // http://www.fileformat.info/info/unicode/category/Lt/list.htm
  10. // http://www.fileformat.info/info/unicode/category/Lm/list.htm
  11. // http://www.fileformat.info/info/unicode/category/Lo/list.htm
  12. // http://www.fileformat.info/info/unicode/category/Nl/list.htm
  13. var unicodeLetterTable = [
  14. 170, 170, 181, 181, 186, 186, 192, 214,
  15. 216, 246, 248, 705, 710, 721, 736, 740, 748, 748, 750, 750,
  16. 880, 884, 886, 887, 890, 893, 902, 902, 904, 906, 908, 908,
  17. 910, 929, 931, 1013, 1015, 1153, 1162, 1319, 1329, 1366,
  18. 1369, 1369, 1377, 1415, 1488, 1514, 1520, 1522, 1568, 1610,
  19. 1646, 1647, 1649, 1747, 1749, 1749, 1765, 1766, 1774, 1775,
  20. 1786, 1788, 1791, 1791, 1808, 1808, 1810, 1839, 1869, 1957,
  21. 1969, 1969, 1994, 2026, 2036, 2037, 2042, 2042, 2048, 2069,
  22. 2074, 2074, 2084, 2084, 2088, 2088, 2112, 2136, 2308, 2361,
  23. 2365, 2365, 2384, 2384, 2392, 2401, 2417, 2423, 2425, 2431,
  24. 2437, 2444, 2447, 2448, 2451, 2472, 2474, 2480, 2482, 2482,
  25. 2486, 2489, 2493, 2493, 2510, 2510, 2524, 2525, 2527, 2529,
  26. 2544, 2545, 2565, 2570, 2575, 2576, 2579, 2600, 2602, 2608,
  27. 2610, 2611, 2613, 2614, 2616, 2617, 2649, 2652, 2654, 2654,
  28. 2674, 2676, 2693, 2701, 2703, 2705, 2707, 2728, 2730, 2736,
  29. 2738, 2739, 2741, 2745, 2749, 2749, 2768, 2768, 2784, 2785,
  30. 2821, 2828, 2831, 2832, 2835, 2856, 2858, 2864, 2866, 2867,
  31. 2869, 2873, 2877, 2877, 2908, 2909, 2911, 2913, 2929, 2929,
  32. 2947, 2947, 2949, 2954, 2958, 2960, 2962, 2965, 2969, 2970,
  33. 2972, 2972, 2974, 2975, 2979, 2980, 2984, 2986, 2990, 3001,
  34. 3024, 3024, 3077, 3084, 3086, 3088, 3090, 3112, 3114, 3123,
  35. 3125, 3129, 3133, 3133, 3160, 3161, 3168, 3169, 3205, 3212,
  36. 3214, 3216, 3218, 3240, 3242, 3251, 3253, 3257, 3261, 3261,
  37. 3294, 3294, 3296, 3297, 3313, 3314, 3333, 3340, 3342, 3344,
  38. 3346, 3386, 3389, 3389, 3406, 3406, 3424, 3425, 3450, 3455,
  39. 3461, 3478, 3482, 3505, 3507, 3515, 3517, 3517, 3520, 3526,
  40. 3585, 3632, 3634, 3635, 3648, 3654, 3713, 3714, 3716, 3716,
  41. 3719, 3720, 3722, 3722, 3725, 3725, 3732, 3735, 3737, 3743,
  42. 3745, 3747, 3749, 3749, 3751, 3751, 3754, 3755, 3757, 3760,
  43. 3762, 3763, 3773, 3773, 3776, 3780, 3782, 3782, 3804, 3805,
  44. 3840, 3840, 3904, 3911, 3913, 3948, 3976, 3980, 4096, 4138,
  45. 4159, 4159, 4176, 4181, 4186, 4189, 4193, 4193, 4197, 4198,
  46. 4206, 4208, 4213, 4225, 4238, 4238, 4256, 4293, 4304, 4346,
  47. 4348, 4348, 4352, 4680, 4682, 4685, 4688, 4694, 4696, 4696,
  48. 4698, 4701, 4704, 4744, 4746, 4749, 4752, 4784, 4786, 4789,
  49. 4792, 4798, 4800, 4800, 4802, 4805, 4808, 4822, 4824, 4880,
  50. 4882, 4885, 4888, 4954, 4992, 5007, 5024, 5108, 5121, 5740,
  51. 5743, 5759, 5761, 5786, 5792, 5866, 5870, 5872, 5888, 5900,
  52. 5902, 5905, 5920, 5937, 5952, 5969, 5984, 5996, 5998, 6000,
  53. 6016, 6067, 6103, 6103, 6108, 6108, 6176, 6263, 6272, 6312,
  54. 6314, 6314, 6320, 6389, 6400, 6428, 6480, 6509, 6512, 6516,
  55. 6528, 6571, 6593, 6599, 6656, 6678, 6688, 6740, 6823, 6823,
  56. 6917, 6963, 6981, 6987, 7043, 7072, 7086, 7087, 7104, 7141,
  57. 7168, 7203, 7245, 7247, 7258, 7293, 7401, 7404, 7406, 7409,
  58. 7424, 7615, 7680, 7957, 7960, 7965, 7968, 8005, 8008, 8013,
  59. 8016, 8023, 8025, 8025, 8027, 8027, 8029, 8029, 8031, 8061,
  60. 8064, 8116, 8118, 8124, 8126, 8126, 8130, 8132, 8134, 8140,
  61. 8144, 8147, 8150, 8155, 8160, 8172, 8178, 8180, 8182, 8188,
  62. 8305, 8305, 8319, 8319, 8336, 8348, 8450, 8450, 8455, 8455,
  63. 8458, 8467, 8469, 8469, 8473, 8477, 8484, 8484, 8486, 8486,
  64. 8488, 8488, 8490, 8493, 8495, 8505, 8508, 8511, 8517, 8521,
  65. 8526, 8526, 8544, 8584, 11264, 11310, 11312, 11358,
  66. 11360, 11492, 11499, 11502, 11520, 11557, 11568, 11621,
  67. 11631, 11631, 11648, 11670, 11680, 11686, 11688, 11694,
  68. 11696, 11702, 11704, 11710, 11712, 11718, 11720, 11726,
  69. 11728, 11734, 11736, 11742, 11823, 11823, 12293, 12295,
  70. 12321, 12329, 12337, 12341, 12344, 12348, 12353, 12438,
  71. 12445, 12447, 12449, 12538, 12540, 12543, 12549, 12589,
  72. 12593, 12686, 12704, 12730, 12784, 12799, 13312, 13312,
  73. 19893, 19893, 19968, 19968, 40907, 40907, 40960, 42124,
  74. 42192, 42237, 42240, 42508, 42512, 42527, 42538, 42539,
  75. 42560, 42606, 42623, 42647, 42656, 42735, 42775, 42783,
  76. 42786, 42888, 42891, 42894, 42896, 42897, 42912, 42921,
  77. 43002, 43009, 43011, 43013, 43015, 43018, 43020, 43042,
  78. 43072, 43123, 43138, 43187, 43250, 43255, 43259, 43259,
  79. 43274, 43301, 43312, 43334, 43360, 43388, 43396, 43442,
  80. 43471, 43471, 43520, 43560, 43584, 43586, 43588, 43595,
  81. 43616, 43638, 43642, 43642, 43648, 43695, 43697, 43697,
  82. 43701, 43702, 43705, 43709, 43712, 43712, 43714, 43714,
  83. 43739, 43741, 43777, 43782, 43785, 43790, 43793, 43798,
  84. 43808, 43814, 43816, 43822, 43968, 44002, 44032, 44032,
  85. 55203, 55203, 55216, 55238, 55243, 55291, 63744, 64045,
  86. 64048, 64109, 64112, 64217, 64256, 64262, 64275, 64279,
  87. 64285, 64285, 64287, 64296, 64298, 64310, 64312, 64316,
  88. 64318, 64318, 64320, 64321, 64323, 64324, 64326, 64433,
  89. 64467, 64829, 64848, 64911, 64914, 64967, 65008, 65019,
  90. 65136, 65140, 65142, 65276, 65313, 65338, 65345, 65370,
  91. 65382, 65470, 65474, 65479, 65482, 65487, 65490, 65495,
  92. 65498, 65500, 65536, 65547, 65549, 65574, 65576, 65594,
  93. 65596, 65597, 65599, 65613, 65616, 65629, 65664, 65786,
  94. 65856, 65908, 66176, 66204, 66208, 66256, 66304, 66334,
  95. 66352, 66378, 66432, 66461, 66464, 66499, 66504, 66511,
  96. 66513, 66517, 66560, 66717, 67584, 67589, 67592, 67592,
  97. 67594, 67637, 67639, 67640, 67644, 67644, 67647, 67669,
  98. 67840, 67861, 67872, 67897, 68096, 68096, 68112, 68115,
  99. 68117, 68119, 68121, 68147, 68192, 68220, 68352, 68405,
  100. 68416, 68437, 68448, 68466, 68608, 68680, 69635, 69687,
  101. 69763, 69807, 73728, 74606, 74752, 74850, 77824, 78894,
  102. 92160, 92728, 110592, 110593, 119808, 119892, 119894, 119964,
  103. 119966, 119967, 119970, 119970, 119973, 119974, 119977, 119980,
  104. 119982, 119993, 119995, 119995, 119997, 120003, 120005, 120069,
  105. 120071, 120074, 120077, 120084, 120086, 120092, 120094, 120121,
  106. 120123, 120126, 120128, 120132, 120134, 120134, 120138, 120144,
  107. 120146, 120485, 120488, 120512, 120514, 120538, 120540, 120570,
  108. 120572, 120596, 120598, 120628, 120630, 120654, 120656, 120686,
  109. 120688, 120712, 120714, 120744, 120746, 120770, 120772, 120779,
  110. 131072, 131072, 173782, 173782, 173824, 173824, 177972, 177972,
  111. 177984, 177984, 178205, 178205, 194560, 195101
  112. ];
  113. var identifierStartTable = [];
  114. for (var i = 0; i < 128; i++) {
  115. identifierStartTable[i] =
  116. i >= 48 && i <= 57 || // 0-9
  117. i === 36 || // $
  118. i >= 65 && i <= 90 || // A-Z
  119. i === 95 || // _
  120. i === 45 || // -
  121. i === 42 || // *
  122. i === 58 || // :
  123. i === 91 || // templateStart [
  124. i === 93 || // templateEnd ]
  125. i === 63 || // ?
  126. i === 37 || // %
  127. i >= 97 && i <= 122; // a-z
  128. }
  129. var identifierPartTable = [];
  130. for (var i2 = 0; i2 < 128; i2++) {
  131. identifierPartTable[i2] =
  132. identifierStartTable[i2] || // $, _, A-Z, a-z
  133. i2 >= 48 && i2 <= 57; // 0-9
  134. }
  135. function Lexer(expression) {
  136. this.input = expression;
  137. this.char = 1;
  138. this.from = 1;
  139. }
  140. Lexer.prototype = {
  141. peek: function (i) {
  142. return this.input.charAt(i || 0);
  143. },
  144. skip: function (i) {
  145. i = i || 1;
  146. this.char += i;
  147. this.input = this.input.slice(i);
  148. },
  149. tokenize: function() {
  150. var list = [];
  151. var token;
  152. while (token = this.next()) {
  153. list.push(token);
  154. }
  155. return list;
  156. },
  157. next: function() {
  158. this.from = this.char;
  159. // Move to the next non-space character.
  160. var start;
  161. if (/\s/.test(this.peek())) {
  162. start = this.char;
  163. while (/\s/.test(this.peek())) {
  164. this.from += 1;
  165. this.skip();
  166. }
  167. if (this.peek() === "") { // EOL
  168. return null;
  169. }
  170. }
  171. var match = this.scanStringLiteral();
  172. if (match) {
  173. return match;
  174. }
  175. match =
  176. this.scanPunctuator() ||
  177. this.scanNumericLiteral() ||
  178. this.scanIdentifier() ||
  179. this.scanTemplateSequence();
  180. if (match) {
  181. this.skip(match.value.length);
  182. return match;
  183. }
  184. // No token could be matched, give up.
  185. return null;
  186. },
  187. scanTemplateSequence: function() {
  188. if (this.peek() === '[' && this.peek(1) === '[') {
  189. return {
  190. type: 'templateStart',
  191. value: '[[',
  192. pos: this.char
  193. };
  194. }
  195. if (this.peek() === ']' && this.peek(1) === ']') {
  196. return {
  197. type: 'templateEnd',
  198. value: '[[',
  199. pos: this.char
  200. };
  201. }
  202. return null;
  203. },
  204. /*
  205. * Extract a JavaScript identifier out of the next sequence of
  206. * characters or return 'null' if its not possible. In addition,
  207. * to Identifier this method can also produce BooleanLiteral
  208. * (true/false) and NullLiteral (null).
  209. */
  210. scanIdentifier: function() {
  211. var id = "";
  212. var index = 0;
  213. var type, char;
  214. // Detects any character in the Unicode categories "Uppercase
  215. // letter (Lu)", "Lowercase letter (Ll)", "Titlecase letter
  216. // (Lt)", "Modifier letter (Lm)", "Other letter (Lo)", or
  217. // "Letter number (Nl)".
  218. //
  219. // Both approach and unicodeLetterTable were borrowed from
  220. // Google's Traceur.
  221. function isUnicodeLetter(code) {
  222. for (var i = 0; i < unicodeLetterTable.length;) {
  223. if (code < unicodeLetterTable[i++]) {
  224. return false;
  225. }
  226. if (code <= unicodeLetterTable[i++]) {
  227. return true;
  228. }
  229. }
  230. return false;
  231. }
  232. function isHexDigit(str) {
  233. return (/^[0-9a-fA-F]$/).test(str);
  234. }
  235. var readUnicodeEscapeSequence = _.bind(function () {
  236. /*jshint validthis:true */
  237. index += 1;
  238. if (this.peek(index) !== "u") {
  239. return null;
  240. }
  241. var ch1 = this.peek(index + 1);
  242. var ch2 = this.peek(index + 2);
  243. var ch3 = this.peek(index + 3);
  244. var ch4 = this.peek(index + 4);
  245. var code;
  246. if (isHexDigit(ch1) && isHexDigit(ch2) && isHexDigit(ch3) && isHexDigit(ch4)) {
  247. code = parseInt(ch1 + ch2 + ch3 + ch4, 16);
  248. if (isUnicodeLetter(code)) {
  249. index += 5;
  250. return "\\u" + ch1 + ch2 + ch3 + ch4;
  251. }
  252. return null;
  253. }
  254. return null;
  255. }, this);
  256. var getIdentifierStart = _.bind(function () {
  257. /*jshint validthis:true */
  258. var chr = this.peek(index);
  259. var code = chr.charCodeAt(0);
  260. if (chr === '*') {
  261. index += 1;
  262. return chr;
  263. }
  264. if (code === 92) {
  265. return readUnicodeEscapeSequence();
  266. }
  267. if (code < 128) {
  268. if (identifierStartTable[code]) {
  269. index += 1;
  270. return chr;
  271. }
  272. return null;
  273. }
  274. if (isUnicodeLetter(code)) {
  275. index += 1;
  276. return chr;
  277. }
  278. return null;
  279. }, this);
  280. var getIdentifierPart = _.bind(function () {
  281. /*jshint validthis:true */
  282. var chr = this.peek(index);
  283. var code = chr.charCodeAt(0);
  284. if (code === 92) {
  285. return readUnicodeEscapeSequence();
  286. }
  287. if (code < 128) {
  288. if (identifierPartTable[code]) {
  289. index += 1;
  290. return chr;
  291. }
  292. return null;
  293. }
  294. if (isUnicodeLetter(code)) {
  295. index += 1;
  296. return chr;
  297. }
  298. return null;
  299. }, this);
  300. char = getIdentifierStart();
  301. if (char === null) {
  302. return null;
  303. }
  304. id = char;
  305. for (;;) {
  306. char = getIdentifierPart();
  307. if (char === null) {
  308. break;
  309. }
  310. id += char;
  311. }
  312. switch (id) {
  313. default:
  314. type = "identifier";
  315. }
  316. return {
  317. type: type,
  318. value: id,
  319. pos: this.char
  320. };
  321. },
  322. /*
  323. * Extract a numeric literal out of the next sequence of
  324. * characters or return 'null' if its not possible. This method
  325. * supports all numeric literals described in section 7.8.3
  326. * of the EcmaScript 5 specification.
  327. *
  328. * This method's implementation was heavily influenced by the
  329. * scanNumericLiteral function in the Esprima parser's source code.
  330. */
  331. scanNumericLiteral: function () {
  332. var index = 0;
  333. var value = "";
  334. var length = this.input.length;
  335. var char = this.peek(index);
  336. var bad;
  337. function isDecimalDigit(str) {
  338. return (/^[0-9]$/).test(str);
  339. }
  340. function isOctalDigit(str) {
  341. return (/^[0-7]$/).test(str);
  342. }
  343. function isHexDigit(str) {
  344. return (/^[0-9a-fA-F]$/).test(str);
  345. }
  346. function isIdentifierStart(ch) {
  347. return (ch === "$") || (ch === "_") || (ch === "\\") ||
  348. (ch >= "a" && ch <= "z") || (ch >= "A" && ch <= "Z");
  349. }
  350. // handle negative num literals
  351. if (char === '-') {
  352. value += char;
  353. index += 1;
  354. char = this.peek(index);
  355. }
  356. // Numbers must start either with a decimal digit or a point.
  357. if (char !== "." && !isDecimalDigit(char)) {
  358. return null;
  359. }
  360. if (char !== ".") {
  361. value += this.peek(index);
  362. index += 1;
  363. char = this.peek(index);
  364. if (value === "0") {
  365. // Base-16 numbers.
  366. if (char === "x" || char === "X") {
  367. index += 1;
  368. value += char;
  369. while (index < length) {
  370. char = this.peek(index);
  371. if (!isHexDigit(char)) {
  372. break;
  373. }
  374. value += char;
  375. index += 1;
  376. }
  377. if (value.length <= 2) { // 0x
  378. return {
  379. type: 'number',
  380. value: value,
  381. isMalformed: true,
  382. pos: this.char
  383. };
  384. }
  385. if (index < length) {
  386. char = this.peek(index);
  387. if (isIdentifierStart(char)) {
  388. return null;
  389. }
  390. }
  391. return {
  392. type: 'number',
  393. value: value,
  394. base: 16,
  395. isMalformed: false,
  396. pos: this.char
  397. };
  398. }
  399. // Base-8 numbers.
  400. if (isOctalDigit(char)) {
  401. index += 1;
  402. value += char;
  403. bad = false;
  404. while (index < length) {
  405. char = this.peek(index);
  406. // Numbers like '019' (note the 9) are not valid octals
  407. // but we still parse them and mark as malformed.
  408. if (isDecimalDigit(char)) {
  409. bad = true;
  410. } else if (!isOctalDigit(char)) {
  411. break;
  412. }
  413. value += char;
  414. index += 1;
  415. }
  416. if (index < length) {
  417. char = this.peek(index);
  418. if (isIdentifierStart(char)) {
  419. return null;
  420. }
  421. }
  422. return {
  423. type: 'number',
  424. value: value,
  425. base: 8,
  426. isMalformed: false
  427. };
  428. }
  429. // Decimal numbers that start with '0' such as '09' are illegal
  430. // but we still parse them and return as malformed.
  431. if (isDecimalDigit(char)) {
  432. index += 1;
  433. value += char;
  434. }
  435. }
  436. while (index < length) {
  437. char = this.peek(index);
  438. if (!isDecimalDigit(char)) {
  439. break;
  440. }
  441. value += char;
  442. index += 1;
  443. }
  444. }
  445. // Decimal digits.
  446. if (char === ".") {
  447. value += char;
  448. index += 1;
  449. while (index < length) {
  450. char = this.peek(index);
  451. if (!isDecimalDigit(char)) {
  452. break;
  453. }
  454. value += char;
  455. index += 1;
  456. }
  457. }
  458. // Exponent part.
  459. if (char === "e" || char === "E") {
  460. value += char;
  461. index += 1;
  462. char = this.peek(index);
  463. if (char === "+" || char === "-") {
  464. value += this.peek(index);
  465. index += 1;
  466. }
  467. char = this.peek(index);
  468. if (isDecimalDigit(char)) {
  469. value += char;
  470. index += 1;
  471. while (index < length) {
  472. char = this.peek(index);
  473. if (!isDecimalDigit(char)) {
  474. break;
  475. }
  476. value += char;
  477. index += 1;
  478. }
  479. } else {
  480. return null;
  481. }
  482. }
  483. if (index < length) {
  484. char = this.peek(index);
  485. if (!this.isPunctuator(char)) {
  486. return null;
  487. }
  488. }
  489. return {
  490. type: 'number',
  491. value: value,
  492. base: 10,
  493. pos: this.char,
  494. isMalformed: !isFinite(value)
  495. };
  496. },
  497. isPunctuator: function (ch1) {
  498. switch (ch1) {
  499. case ".":
  500. case "(":
  501. case ")":
  502. case ",":
  503. case "{":
  504. case "}":
  505. return true;
  506. }
  507. return false;
  508. },
  509. scanPunctuator: function () {
  510. var ch1 = this.peek();
  511. if (this.isPunctuator(ch1)) {
  512. return {
  513. type: ch1,
  514. value: ch1,
  515. pos: this.char
  516. };
  517. }
  518. return null;
  519. },
  520. /*
  521. * Extract a string out of the next sequence of characters and/or
  522. * lines or return 'null' if its not possible. Since strings can
  523. * span across multiple lines this method has to move the char
  524. * pointer.
  525. *
  526. * This method recognizes pseudo-multiline JavaScript strings:
  527. *
  528. * var str = "hello\
  529. * world";
  530. */
  531. scanStringLiteral: function () {
  532. /*jshint loopfunc:true */
  533. var quote = this.peek();
  534. // String must start with a quote.
  535. if (quote !== "\"" && quote !== "'") {
  536. return null;
  537. }
  538. var value = "";
  539. this.skip();
  540. while (this.peek() !== quote) {
  541. if (this.peek() === "") { // End Of Line
  542. return {
  543. type: 'string',
  544. value: value,
  545. isUnclosed: true,
  546. quote: quote,
  547. pos: this.char
  548. };
  549. }
  550. var char = this.peek();
  551. var jump = 1; // A length of a jump, after we're done
  552. // parsing this character.
  553. value += char;
  554. this.skip(jump);
  555. }
  556. this.skip();
  557. return {
  558. type: 'string',
  559. value: value,
  560. isUnclosed: false,
  561. quote: quote,
  562. pos: this.char
  563. };
  564. },
  565. };
  566. return Lexer;
  567. });