package elpi

  1. Overview
  2. Docs
ELPI - Embeddable λProlog Interpreter

Install

dune-project
 Dependency

Authors

Maintainers

Sources

elpi-1.18.2.tbz
sha256=bac398ba41d0fe1e1807196162b024313563366f7b86ae0802b23d6ef0f3cbf9
sha512=e9e9e14adf6ef929cd28516ddffdc67faafc7dbe683dce42818329fedc9d1a22992333d8948cb427fec5f5e442d9440c0f450d81a76c9c1e87050c434441cd74

doc/elpi.lexer_config/Elpi_lexer_config/Lexer_config/index.html

Module Elpi_lexer_config.Lexer_configSource

Sourcetype fixity =
  1. | Infixl
  2. | Infixr
  3. | Infix
  4. | Prefix
  5. | Postfix
Sourceval pp_fixity : Format.formatter -> fixity -> unit
Sourceval fixity_of_string : string -> fixity
Sourcetype extensible = {
  1. start : string;
  2. mk_token : string -> Tokens.token;
  3. token : string;
  4. non_enclosed : bool;
  5. at_least_one_char : bool;
  6. fixed : string list;
}
Sourcetype fixed = {
  1. token : string;
  2. the_token : string;
  3. mk_token : Tokens.token;
}
Sourcetype mixfix_kind =
  1. | Fixed of fixed
  2. | Extensible of extensible
Sourcetype mixfix = {
  1. tokens : mixfix_kind list;
  2. fixity : fixity;
}
Sourceval mkFix : string -> string -> Tokens.token -> mixfix_kind
Sourceval mkExt : string -> string -> ?non_enclosed:bool -> ?at_least_one_char:bool -> ?fixed:string list -> (string -> Tokens.token) -> mixfix_kind
Sourceval mixfix_symbols : mixfix list
OCaml

Innovation. Community. Security.