mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
In some situations we want to examine a sequence of tokens that have been already consumed from a TokenStream. These methods let us do so: - current_index() provides the current internal token index - tokens_since() provides a span from the given index to the current one
5.9 KiB
5.9 KiB