Skip to content

Commit 33ff928

Browse files
committed
Update the README
1 parent 9d8273a commit 33ff928

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
rust-cssparser
22
==============
33

4-
WIP rust implementation of the 2013 version of
4+
Rust implementation of the 2013 version of
55
[css3-syntax](http://dev.w3.org/csswg/css3-syntax/)
66

77

88
TODO
99
----
1010

11-
* [x] Tokenization
12-
* [x] Declaration and rule parsing
13-
* [ ] Detect character encoding & decode from bytes
14-
* [ ] Track line/column number for tokens.
15-
* [ ] Figure out float and integer overflow
16-
* [ ] Make it fast!
11+
* Detect character encoding & decode from bytes
12+
* Figure out float and integer overflow
13+
* Serialize tokens back to CSS
14+
* Make it fast!

0 commit comments

Comments
 (0)