From 37da2899f40661e3e9631e497da8dc59b971cbd0 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 22 Dec 2006 17:07:39 +0000 Subject: 20060303a --- appl/ebook/cssparser.m | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 appl/ebook/cssparser.m (limited to 'appl/ebook/cssparser.m') diff --git a/appl/ebook/cssparser.m b/appl/ebook/cssparser.m new file mode 100644 index 00000000..ea007a78 --- /dev/null +++ b/appl/ebook/cssparser.m @@ -0,0 +1,11 @@ +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; +}; -- cgit v1.2.3