package elpi

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

Install

Dune Dependency

Authors

Maintainers

Sources

elpi-2.0.7.tbz
sha256=80233ebd92babd696148ed553238961ec7b6de6bf157045aae1c7090840aeded
sha512=00c9ec01fabde9db1de4a58cb37480035e6f926d83b8360553419bcb99e9199f0720dde975f97ac9942ce528884d3d59d025cfbd471f12d57547429f15684d49

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;
  4. comment : (int * string) option;
}
Sourcetype mixfix_kind =
  1. | Fixed of fixed
  2. | Extensible of extensible
Sourcetype mixfix = {
  1. tokens : mixfix_kind list;
  2. fixity : fixity;
}
Sourceval mkFix : ?comment:(int * string) -> 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 comment : int * string
Sourceval mixfix_symbols : mixfix list
OCaml

Innovation. Community. Security.