index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
grammar
/
vernacextend.ml4
Age
Commit message (
Expand
)
Author
2016-06-01
Yet another Makefile reform : a unique phase without nasty make tricks
Pierre Letouzey
2016-05-31
Making the grammar/ folder independent from the other ones.
Pierre-Marie Pédrot
2016-05-10
Removing the Entry module now that rules need not be marshalled.
Pierre-Marie Pédrot
2016-04-24
Higher-level API for tactic notations.
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-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
Reducing the number of modules linked in grammar.cma.
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-27
Type-safe Egramml.grammar_prod_item.
Pierre-Marie Pédrot
2015-10-27
Finer type for Pcoq.interp_entry_name.
Pierre-Marie Pédrot
2015-10-27
Indexing existentially quantified entries returned by interp_entry_name.
Pierre-Marie Pédrot
2015-10-21
Pcoq.prod_entry_key now uses a GADT to statically enforce typedness.
Pierre-Marie Pédrot
2015-06-29
Code documentation of the TACTIC/VERNAC EXTEND macros.
Pierre-Marie Pédrot
2015-02-19
Adding a possible DEPRECATED flag to VERNAC EXTEND statements.
Pierre-Marie Pédrot
2015-02-19
Record type for VERNAC EXTEND rules and a bit of documentation.
Pierre-Marie Pédrot
2015-01-12
Update headers.
Maxime Dénès
2014-09-10
VernacExtend does not dispatch on type anymore.
Pierre-Marie Pédrot
2014-05-12
Plugin names must be declared in the header of .ml4 file, be they static or
Pierre-Marie Pédrot
2014-03-05
Remove many superfluous 'open' indicated by ocamlc -w +33
Pierre Letouzey
2013-10-09
Fixing CAMLP4 compilation.
ppedrot
2013-08-08
Vernac classification streamlined (handles VERNAC EXTEND)
gareuselesinge
2013-03-17
Fix some camlp5 quotations , restoring compatibility with camlp5 5.x
letouzey
2013-03-13
Restrict (try...with...) to avoid catching critical exn (part 8)
letouzey
2012-12-14
Modulification of identifier
ppedrot
2012-12-13
Using library string functions.
ppedrot
2012-11-13
More monomorphizations
ppedrot
2012-10-04
Moved Compat to parsing. This permits to break the dependency of the
ppedrot
2012-10-02
Remove some more "open" and dead code thanks to OCaml4 warnings
letouzey
2012-09-14
Moving Utils.list_* to a proper CList module, which includes stdlib
ppedrot
2012-09-13
Made Pp.std_ppcmds opaque.
ppedrot
2012-08-08
Updating headers.
herbelin
2012-07-12
Better exception handling in TACTIC EXTEND and VERNAC EXTEND (fix #2797)
letouzey
2012-06-22
Added an indirection with respect to Loc in Compat. As many [open Compat]
ppedrot
2012-06-01
More cleaning
ppedrot
2012-05-29
place all files specific to camlp4 syntax extensions in grammar/
letouzey