ref: 54bac038f411c10a596adf84c06df32f8c7c4c53
dir: /appl/ebook/cssparser.m/
CSSparser: module { PATH: con "/dis/ebook/cssparser.dis"; Decl: adt { name: string; important: int; val: string; }; init: fn(); parse: fn(s: string): list of (string, list of Decl); parsedecl: fn(s: string): list of Decl; };