index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
grammar
/
q_util.mli
Age
Commit message (
Expand
)
Author
2018-11-21
[camlp5] Remove dependency on camlp5.
Emilio Jesus Gallego Arias
2018-10-02
Pass unnamed arguments to ML macros.
Pierre-Marie Pédrot
2018-07-12
Statically typecheck the VERNAC EXTEND wrapper.
Pierre-Marie Pédrot
2018-02-27
Update headers following #6543.
Théo Zimmermann
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-05-16
Adding support for using grammar entries returning no value in EXTEND.
Hugo Herbelin
2017-04-07
[camlpX] Remove camlp4 compat layer.
Emilio Jesus Gallego Arias
2017-02-16
[cleanup] Change Id.t option to Name.t in TacFun
Tej Chajed
2016-05-31
Making the grammar/ folder independent from the other ones.
Pierre-Marie Pédrot
2016-05-14
Hack in TACTIC EXTEND to maintain the 8.5 behaviour on badly designed arguments.
Pierre-Marie Pédrot
2016-04-01
Getting rid of the "_mods" parsing entry.
Pierre-Marie Pédrot
2016-03-19
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-18
Making the EXTEND macros almost self-contained.
Pierre-Marie Pédrot
2016-03-17
Removing the special status of generic arguments 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-02-24
Removing the Q_coqast module.
Pierre-Marie Pédrot
2016-01-21
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-20
Update copyright headers.
Maxime Dénès
2016-01-17
ML extensions use untyped representation of user entries.
Pierre-Marie Pédrot
2016-01-02
Proper datatype for EXTEND syntax tokens.
Pierre-Marie Pédrot
2015-10-21
Pcoq.prod_entry_key now uses a GADT to statically enforce typedness.
Pierre-Marie Pédrot
2015-01-12
Update headers.
Maxime Dénès
2014-03-05
Remove many superfluous 'open' indicated by ocamlc -w +33
Pierre Letouzey
2012-08-08
Updating headers.
herbelin
2012-05-29
place all files specific to camlp4 syntax extensions in grammar/
letouzey