Version 0.2.5-rc4 is released. The main change is the addition of the "metavariable" metavariable type that allows one to (sometimes) avoid thinking about whether a metavariable should be declared as an identifier, statement, etc. This was requested at the workshop.
Such a metavariable, however, is not allowed in all contexts, to ensure that the SmPL parser remains deterministic. The main cases where it is not allowed is as the leftmost element of an expression, eg the left hand side of an assignment, and as the type in a variable declaration. julia _______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
