package elpi

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

Install

Dune Dependency

Authors

Maintainers

Sources

elpi-1.20.0.tbz
sha256=95cb590084203a0e5df8b7c82ed5ac05572c7a6577cd36587c97c3942c47b5c0
sha512=95c0160d237a5786daff5f4748b9c9c41dc1192fe235c6d60b79febfec56c3673815eb2d7983ea595e54927369a4d60a8a2a6008f7053bc7d7bb1871628f1697

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.