Skip to content

servo/rust-cssparser

Repository files navigation

rust-cssparser

WIP rust implementation of the 2013 version of css3-syntax

TODO

  • Tokenization
  • Declaration and rule parsing
  • Detect character encoding & decode from bytes
  • Track line/column number for tokens.
  • Figure out float and integer overflow
  • Make it fast!