mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
Originally, the input was named `tokens`, and we later created a `tokens_without_whitespace` from the filtered contents of `tokens`. Since `tokens_without_whitespace` is what we actually want to use while parsing, let's rename `tokens` -> `unprocessed_tokens` and use the `tokens` name for the processed ones.