package pla

  1. Overview
  2. Docs
Ppx templating library using verbatim strings.

Install

Dune Dependency

Authors

Maintainers

Sources

v1.1.tar.gz
sha256=19fcfe3acb3a327a982367ff5aa6dd9ec927d6a21f2fbb833a33becc97223d5f
md5=c308189bcd816f4e07d7d8282adc46f8

doc/pla.ppx/PlaLex/index.html

Module PlaLex

val updateLocation : Lexing.lexbuf -> int -> int -> unit

Updates the location of the lexbuf

val addBuff : Buffer.t -> Pla_tokens.s list -> Pla_tokens.s list
val __ocaml_lex_tables : Lexing.lex_tables
val tokenizeStr : Buffer.t -> Pla_tokens.s list -> Lexing.lexbuf -> Pla_tokens.s list
val __ocaml_lex_tokenizeStr_rec : Buffer.t -> Pla_tokens.s list -> Lexing.lexbuf -> int -> Pla_tokens.s list
val tokenizeVar : Buffer.t -> Pla_tokens.s list -> Lexing.position -> Lexing.lexbuf -> Pla_tokens.s list
val __ocaml_lex_tokenizeVar_rec : Buffer.t -> Pla_tokens.s list -> Lexing.position -> Lexing.lexbuf -> int -> Pla_tokens.s list
val tokenize : string -> Pla_tokens.s list
OCaml

Innovation. Community. Security.