From 86ec559f913c389e8dc055b494630f21a45e039b Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Thu, 4 Feb 2021 21:14:01 +0100 Subject: css_merge application --- css/lib/parser.mli | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 css/lib/parser.mli (limited to 'css/lib/parser.mli') diff --git a/css/lib/parser.mli b/css/lib/parser.mli new file mode 100755 index 0000000..3ddb9ae --- /dev/null +++ b/css/lib/parser.mli @@ -0,0 +1,8 @@ +val parse_stylesheet : + ?container_lnum:int -> ?pos:Lexing.position -> string -> Types.Stylesheet.t + +val parse_declaration_list : + ?container_lnum:int -> + ?pos:Lexing.position -> + string -> + Types.Declaration_list.t -- cgit v1.2.3