Module Elpi_lexer_config.Lexer_configSource
Sourcetype fixity = | Infixl| Infixr| Infix| Prefix| Postfix
Sourcetype extensible = {start : string;mk_token : string -> Tokens.token;token : string;non_enclosed : bool;at_least_one_char : bool;fixed : string list;
} Sourceval mkExt :
string ->
string ->
?non_enclosed:bool ->
?at_least_one_char:bool ->
?fixed:string list ->
(string -> Tokens.token) ->
mixfix_kind