You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(tokenizer): Introduce sequences & fast forwarding (#1007)
Sequences allow us to remove a lot of repetitive states. Fast forwarding allows us to skip ahead in the buffer, if we are only looking for one specific character.
Also fixes a bug where immediately closed comments (eg. `<!-->`) wouldn't be recognised.
0 commit comments