Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
A 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