mirror of
https://github.com/jamiebuilds/the-super-tiny-compiler.git
synced 2024-10-27 20:34:08 +00:00
Update super-tiny-compiler-unannotated.js
This commit is contained in:
parent
e4fed8a7f1
commit
8ab8a42fc0
@ -46,7 +46,7 @@ function tokenizer(input) {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
var LETTERS = /[a-zA-Z]/;
|
var LETTERS = /[a-z]i/;
|
||||||
if (LETTERS.test(char)) {
|
if (LETTERS.test(char)) {
|
||||||
var value = '';
|
var value = '';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user