pla.ppx
Pla_tokens
pla
type vartype =
| Int
| Float
| String
| Template
Kinds of variables when tokenizing a template
type s =
| N
| I
| O
| T of string
| V of string * vartype * Location.t
Kinds of tokens of a template