TODO(mikesamuel): CSS2.1 has changed lexical conventions to effectively decode escapes at lex time in most contexts. E.g., the rule "@import" IMPORT_SYM
now reads @{I}{M}{P}{O}{R}{T} {return IMPORT_SYM;}
and {num}ms TIME
now reads {num}{M}{S} {return TIME;}
.
@author mikesamuel@gmail.com
|
|
|
|
|
|