]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/utf8_macros/README.syntax
test branch
[helm.git] / helm / ocaml / utf8_macros / README.syntax
diff --git a/helm/ocaml/utf8_macros/README.syntax b/helm/ocaml/utf8_macros/README.syntax
new file mode 100644 (file)
index 0000000..210ecc0
--- /dev/null
@@ -0,0 +1,15 @@
+
+Helm Utf8 macro syntax extension for Camlp4
+
+Sample file:
+
+  --- test.ml ---
+
+  prerr_endline <:unicode<lambda>>
+
+  ---------------
+
+Compile it with:
+
+  ocamlfind ocamlc -package helm-utf8_macros -syntax camlp4o test.ml
+