Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 446 Bytes

langextend.md

File metadata and controls

14 lines (9 loc) · 446 Bytes

この文章について

断片です。古いです。

OCaml を拡張する

特殊なリテラルを作りたい

CamlP4 で quotation 使う。 <:hoge<自由に書ける>> 。 CamlP4 でのレクサ拡張は他の文法拡張と重ねることができないので、うまくいかない。 Quotation は <:x<>> と最低でも 6 文字必要なので悲しい。