ref: 44ce0097b612a1fefd754065bdf8d9d2e5ef60c8
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; };