[wg-camlp4] A new branch to experiment with extension points
Alain Frisch
alain.frisch at lexifi.com
Mon Mar 4 13:00:22 GMT 2013
On 03/04/2013 11:51 AM, Leo White wrote:
>> Opinion on these changes? I think it's rather important to agree on
>> where attributes can be put exactly.
>>
>
> That all seems reasonable to me.
I've committed a version where attributes are mostly parsed as in your
patch.
Currently supported:
- Attributes .... [: lid expr ]
where .... can be:
a module expression
an expression
a type expression
- Extension (: lid expr )
in position of a:
a module expression
an expression
a type expression
- Attributes .... with lid1(expr1),..,lidn(exprn)
where .... can be:
a single type declaration
an open or include structure item (more to come)
-- Alain
More information about the wg-camlp4
mailing list