index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
grammar
/
q_util.ml4
Commit message (
Expand
)
Author
Age
*
Getting rid of the "_mods" parsing entry.
Pierre-Marie Pédrot
2016-04-01
*
Fixing compilation with old versions of CAMLP5.
Pierre-Marie Pédrot
2016-03-19
*
EXTEND macros use their own internal representations.
Pierre-Marie Pédrot
2016-03-19
*
Do not keep the argument type in ExtNonTerminal.
Pierre-Marie Pédrot
2016-03-19
*
Further reducing the dependencies of the EXTEND macros.
Pierre-Marie Pédrot
2016-03-19
*
Do not export entry_key from Pcoq anymore.
Pierre-Marie Pédrot
2016-03-19
*
Making the EXTEND macros almost self-contained.
Pierre-Marie Pédrot
2016-03-18
*
Removing the special status of generic arguments defined by Coq itself.
Pierre-Marie Pédrot
2016-03-17
*
Removing the special status of generic entries defined by Coq itself.
Pierre-Marie Pédrot
2016-03-17
*
Removing dead code in Q_util.
Pierre-Marie Pédrot
2016-03-17
*
Reducing the number of modules linked in grammar.cma.
Pierre-Marie Pédrot
2016-03-17
*
Removing the METAIDENT token, as it is not used anymore.
Pierre-Marie Pédrot
2016-02-24
*
Removing the Q_coqast module.
Pierre-Marie Pédrot
2016-02-24
*
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-21
|
\
|
*
Update copyright headers.
Maxime Dénès
2016-01-20
*
|
ML extensions use untyped representation of user entries.
Pierre-Marie Pédrot
2016-01-17
*
|
Proper datatype for EXTEND syntax tokens.
Pierre-Marie Pédrot
2016-01-02
*
|
Fixing non exhaustive pattern-matching in 003fe3d5e60b.
Hugo Herbelin
2015-12-25
*
|
Type-safe grammar extensions.
Pierre-Marie Pédrot
2015-10-27
*
|
Pcoq entries are given a proper module.
Pierre-Marie Pédrot
2015-10-26
*
|
Getting rid of the Atactic entry.
Pierre-Marie Pédrot
2015-10-25
*
|
Getting rid of the Agram entry.
Pierre-Marie Pédrot
2015-10-25
*
|
Pcoq.prod_entry_key now uses a GADT to statically enforce typedness.
Pierre-Marie Pédrot
2015-10-21
|
/
*
Update headers.
Maxime Dénès
2015-01-12
*
Removing non-marshallable data from the Agram constructor. Instead of
Pierre-Marie Pédrot
2014-02-16
*
Uniformization of the "anomaly" command.
ppedrot
2013-01-28
*
Moved Compat to parsing. This permits to break the dependency of the
ppedrot
2012-10-04
*
Remove some more "open" and dead code thanks to OCaml4 warnings
letouzey
2012-10-02
*
Updating headers.
herbelin
2012-08-08
*
Added an indirection with respect to Loc in Compat. As many [open Compat]
ppedrot
2012-06-22
*
place all files specific to camlp4 syntax extensions in grammar/
letouzey
2012-05-29