Module Glob_lexer


module Glob_lexer: sig .. end


type token =
| ATOM of Glob_ast.pattern Glob_ast.atom
| AND
| OR
| NOT
| LPAR
| RPAR
| TRUE
| FALSE
| EOF
val token : Lexing.lexbuf -> token