I'm writing Css-Tokenizer following W3C <https://www.w3.org/TR/css-syntax-3>, and almost half works done.
Any teaching and PR are really appreciated!! Especially for _What kind of object should be returned as a token_ for efficiency and memory safe meaning. Here is the repo : <https://github.com/HitoshiHRM/tokenizecss>