diff options
author | Alain Frisch <alain@frisch.fr> | 2014-04-28 08:08:08 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2014-04-28 08:08:08 +0000 |
commit | f1f362698f931494a305d48667936ffee2012b64 (patch) | |
tree | 24b96345be45b5dee5c763b7944dc7c22c12873e | |
parent | d2de0d7b1855f4c9ec2fe5f109004afb567ef14d (diff) |
Document that the new alternative syntax for string literals can break comments.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14698 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | Changes | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ Language features: - Attributes and extension nodes - Generative functors - Module aliases +* Alternative syntax for string literals {id|...|id} (can break comments) Build system for the OCaml distribution: - Use -bin-annot when building. |