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_tokens/index.html

Module Pla_ppx.Pla_tokens

type vartype =
  1. | Int
  2. | Float
  3. | String
  4. | Template

Kinds of variables when tokenizing a template

type s =
  1. | N
  2. | I
  3. | O
  4. | T of string
  5. | V of string * vartype * Location.t

Kinds of tokens of a template

OCaml

Innovation. Community. Security.