The goal is to speed up styling by removing all rules that are only
applicable in contexts that don't occur often, e.g. for most code, we don't
expect ";" to be in it, so we don't need to apply resolve_semicolon()
on
every nest.
Arguments
- text
Text to parse. Can also be the column
text
of the output ofcompute_parse_data_nested()
, where each element is a token (instead of a line).- transformers
the transformers.