aboutsummaryrefslogtreecommitdiffhomepage
path: root/vernac/g_vernac.mlg
Commit message (Collapse)AuthorAge
* Merge PR #7898: Remove camlp4 remainsGravatar Emilio Jesus Gallego Arias2018-07-11
|\
| * Introduce a Pcoq.Entry module for functions that ought to be exported.Gravatar Pierre-Marie Pédrot2018-07-07
| | | | | | | | | | | | | | | | | | | | We deprecate the corresponding functions in Pcoq.Gram. The motivation is that the Gram module is used as an argument to Camlp5 functors, so that it is not stable by extension. Enforcing that its type is literally the one Camlp5 expects ensures robustness to extension statically. Some really internal functions have been bluntly removed. It is unlikely that they are used by external plugins.
* | fix syntax of .mlgGravatar Vincent Laporte2018-07-03
| |
* | [vernac] use plain strings as attribute namesGravatar Vincent Laporte2018-07-03
| | | | | | | | The concrete syntax is still restricted to identifiers.
* | [vernac] indentationGravatar Vincent Laporte2018-07-03
| |
* | [vernac] Generic syntax for flags/attributesGravatar Vincent Laporte2018-07-03
| |
* | [vernac] Generic parsing rules for attributesGravatar Vincent Laporte2018-07-03
| |
* | [vernac] Concrete syntax for attributesGravatar Vincent Laporte2018-07-03
|/
* Port g_vernac to the homebrew GEXTEND parser.Gravatar Pierre-Marie Pédrot2018-06-29