package pla

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

Install

Dune Dependency

Authors

Maintainers

Sources

v1.0.tar.gz
sha256=9b4e7dcd4946213a2368300d5290871f8618c892512a46e98e5b6fee04a276b9
md5=bede16ce7fc0cd11578fa187557642a2

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.