Path_glob.LexerA lexer function for globbing formulas.
To parse globbing formulas you should rather use thePath_glob.Glob.parse function.
The lexer provides a lower-level access that might be combined with other lexers in a larger grammar.
val token : Lexing.lexbuf -> token