Document changes to the Typedtree.
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/extension_points@13451 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
6bfcb1da5b
commit
1dd5243b54
|
@ -196,6 +196,14 @@ of the item:
|
|||
| Pstr_open of Longident.t loc * attribute list
|
||||
|
||||
|
||||
=== Attributes in the Typedtree
|
||||
|
||||
The Typedtree representation has been updated to follow closely the
|
||||
Parsetree, and attributes are kept exactly as in the Parsetree. This
|
||||
can allow external tools to process .cmt/.cmti files and process
|
||||
attributes in them. An example of a mini-ocamldoc based on this
|
||||
technique is in experimental/frisch/minidoc.ml.
|
||||
|
||||
|
||||
=== Other changes to the parser and Parsetree
|
||||
|
||||
|
|
Loading…
Reference in New Issue