PrettyCSS icon indicating copy to clipboard operation
PrettyCSS copied to clipboard

Faster tokenizing and consistent use of token lists

Open fidian opened this issue 12 years ago • 1 comments

The current state of the code has about three different token-ish implementations. This should be consolidated down to one. The tokenizer is also really slow on lengthy CSS strings and should be made faster somehow.

fidian avatar Jun 17 '13 13:06 fidian

Progress is being made. I'm moving the code over to use the Complexion library. It was written with better speed testing and tuning. Once that happens, PrettyCSS will need to consume an alternate token stream and then I can standardize how these streams are passed around.

fidian avatar Oct 20 '14 16:10 fidian