info about CSS YACC parser

Hi.

I have implemented a CSS parser, using PLY (a pure Python version of YACC).

The parser (and the lexer), for people interested, is available here:
http://hg.mperillo.ath.cx/pdfimg/file/tip/pdfimg/style/css/

I have tried to follow the "official" grammar as much as possible.

Just to have an additional check for my grammar implementation 
correctness, I get
* 94 shift/reduce conflicts
* 2 reduce/reduce conflicts

Is this ok?



Thanks   Manlio Perillo

Received on Monday, 29 December 2008 16:58:35 UTC