mirror of
https://github.com/jamiebuilds/the-super-tiny-compiler.git
synced 2024-10-27 20:34:08 +00:00
remove tiny decleration
This commit is contained in:
parent
d8d4013045
commit
326598a8e1
@ -495,7 +495,7 @@ function tokenizer(input) {
|
||||
}
|
||||
|
||||
// Skip the closing double quote.
|
||||
char = input[++current];
|
||||
++current;
|
||||
|
||||
// And add our `string` token to the `tokens` array.
|
||||
tokens.push({ type: 'string', value });
|
||||
|
Loading…
Reference in New Issue
Block a user