Update super-tiny-compiler-unannotated.js

pull/27/head
James Kyle 8 years ago
parent e4fed8a7f1
commit 8ab8a42fc0

@ -46,7 +46,7 @@ function tokenizer(input) {
continue;
}
var LETTERS = /[a-zA-Z]/;
var LETTERS = /[a-z]i/;
if (LETTERS.test(char)) {
var value = '';

Loading…
Cancel
Save