Module Tdl_filter_parser (.ml)


module Tdl_filter_parser: sig .. end


type token =
| GROUP
| ITEM
| EMPTY
| STATE
| DESC
| BEFORE
| EOF
| String of string
| Date of Tdl_date.t
| State of Tdl_types.state
| LPAR
| RPAR
| OR
| AND
| NOT
val filter : (Lexing.lexbuf -> token) ->
Lexing.lexbuf -> Tdl_filter.filter