AriaFallah / ppx_str

PPX for template strings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PPX Str

Lets you do

let name = "aria"
let name2 = "ppx_str"

let my_str = [%str
  {|Hello there {name} I am {name2} and {string_of_int 1}|}
]

About

PPX for template strings

License:MIT License


Languages

Language:OCaml 100.0%