mirror of
https://github.com/jamiebuilds/the-super-tiny-compiler.git
synced 2024-10-27 20:34:08 +00:00
Update the-super-tiny-compiler.js
Sorry, trivial typo
This commit is contained in:
parent
d8d4013045
commit
0c7f9795e4
@ -530,7 +530,7 @@ function tokenizer(input) {
|
|||||||
|
|
||||||
// Finally if we have not matched a character by now, we're going to throw
|
// Finally if we have not matched a character by now, we're going to throw
|
||||||
// an error and completely exit.
|
// an error and completely exit.
|
||||||
throw new TypeError('I dont know what this character is: ' + char);
|
throw new TypeError('I do not know what this character is: ' + char);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Then at the end of our `tokenizer` we simply return the tokens array.
|
// Then at the end of our `tokenizer` we simply return the tokens array.
|
||||||
|
Loading…
Reference in New Issue
Block a user