From 8ab8a42fc05b24fd5578c0bb6c21cc605960636f Mon Sep 17 00:00:00 2001 From: James Kyle Date: Thu, 31 Mar 2016 16:44:54 -0700 Subject: [PATCH] Update super-tiny-compiler-unannotated.js --- super-tiny-compiler-unannotated.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/super-tiny-compiler-unannotated.js b/super-tiny-compiler-unannotated.js index 6fb0a9c..af26cc9 100644 --- a/super-tiny-compiler-unannotated.js +++ b/super-tiny-compiler-unannotated.js @@ -46,7 +46,7 @@ function tokenizer(input) { continue; } - var LETTERS = /[a-zA-Z]/; + var LETTERS = /[a-z]i/; if (LETTERS.test(char)) { var value = '';