mirror of
https://github.com/jamiebuilds/the-super-tiny-compiler.git
synced 2024-10-27 20:34:08 +00:00
Merge b95cd4f66d
into 4f7a85a9f8
This commit is contained in:
commit
205a5b315c
@ -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