package pla

  1. Overview
  2. Docs
Pla is a simple library and ppx syntax extension to create composable templates based on verbatim strings

Install

Dune Dependency

Authors

Maintainers

Sources

v1.4.tar.gz
md5=f4886e3fc2051f56f1bffe80a2687081
sha512=b8b1ee2dfcc06923ed44bccbaf72e74ebd49b4c0daddb194d999bfac397b574ef65ba7493a4e53670d6c6ca9b2dd75a298d5c735689df220a7cc340c1731e1c9

doc/pla_ppx/Pla_ppx/Pla_lex/index.html

Module Pla_ppx.Pla_lex

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

Updates the location of the lexbuf

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

Innovation. Community. Security.