Re: [dev-servo] rust-cssparser: new implementation of css3-syntax

2013-01-25 Thread Simon Sapin
Le 25/01/2013 20:53, Brian Anderson a écrit : Hi Simon, I'm super excited about this! Good luck. Thanks! I took a quick peek and noticed that you have both a `cssparser.rc` and `cssparser.rs`. This pattern is more or less deprecated, a relic from a time when `rc` files had a special syntax

Re: [dev-servo] rust-cssparser: new implementation of css3-syntax

2013-01-25 Thread Brian Anderson
On 01/25/2013 01:20 AM, Simon Sapin wrote: Hi dev-servo, I started a rust implementation of the css3-syntax editor’s draft: https://github.com/SimonSapin/rust-cssparser/ http://dev.w3.org/csswg/css3-syntax/ This is very much work in progress (right now it only has the tokenizer) but I hope it

[dev-servo] rust-cssparser: new implementation of css3-syntax

2013-01-25 Thread Simon Sapin
Hi dev-servo, I started a rust implementation of the css3-syntax editor’s draft: https://github.com/SimonSapin/rust-cssparser/ http://dev.w3.org/csswg/css3-syntax/ This is very much work in progress (right now it only has the tokenizer) but I hope it will be useful to servo eventually. I’m l