Css_parser_lexermodule Errors = Css_parser_common.Errorsval get_next_token :
Css_parser_lexer__.Lex_buffer.t ->
Css_parser_common.Token.t * Css_parser_common.Location.tval of_utf8_string :
?filename:string ->
?pos:Lexing.position ->
string ->
Css_parser_lexer__.Lex_buffer.tval get_tokens_with_positions :
?filename:string ->
?pos:Lexing.position ->
string ->
(Css_parser_common.Token.t * Css_parser_common.Location.t) list