index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
grammar
/
tacextend.ml4
Commit message (
Expand
)
Author
Age
*
Higher-level API for tactic notations.
Pierre-Marie Pédrot
2016-04-24
*
Factorizing the declaration of ML notation printing in Tacentries.
Pierre-Marie Pédrot
2016-04-24
*
Moving the tactic related code from Metasyntax to a new file.
Pierre-Marie Pédrot
2016-03-20
*
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
*
Making the EXTEND macros almost self-contained.
Pierre-Marie Pédrot
2016-03-18
*
ARGUMENT EXTEND made of only one entry share the same grammar.
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
*
Reducing the number of modules linked in grammar.cma.
Pierre-Marie Pédrot
2016-03-17
*
Removing the Q_coqast module.
Pierre-Marie Pédrot
2016-02-24
*
Infering atomic ML entries from their grammar.
Pierre-Marie Pédrot
2016-02-01
*
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
*
|
Tactic notation printing accesses all the token data.
Pierre-Marie Pédrot
2016-01-16
*
|
Simplification of grammar_prod_item type.
Pierre-Marie Pédrot
2016-01-02
*
|
Proper datatype for EXTEND syntax tokens.
Pierre-Marie Pédrot
2016-01-02
*
|
Using dynamic values in tactic evaluation.
Pierre-Marie Pédrot
2015-12-21
*
|
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-27
*
|
Pcoq entries are given a proper module.
Pierre-Marie Pédrot
2015-10-26
*
|
Pcoq.prod_entry_key now uses a GADT to statically enforce typedness.
Pierre-Marie Pédrot
2015-10-21
*
|
Merge branch 'v8.5' into trunk
Maxime Dénès
2015-07-02
|
\
|
|
*
Code documentation of the TACTIC/VERNAC EXTEND macros.
Pierre-Marie Pédrot
2015-06-29
*
|
Merge v8.5 into trunk
Hugo Herbelin
2015-05-15
|
\
|
|
*
A more user-friendly naming of variables of ltac names defined by
Hugo Herbelin
2015-05-08
*
|
Tentative fix for bug #3957.
Pierre-Marie Pédrot
2015-01-27
*
|
Splitting ML tactics in one function per grammar entry.
Pierre-Marie Pédrot
2015-01-23
*
|
Embedding the index of the ML tactic entry in the Tacexpr AST.
Pierre-Marie Pédrot
2015-01-21
|
/
*
Update headers.
Maxime Dénès
2015-01-12
*
Fixing CAMLP4 compilation.
Pierre-Marie Pédrot
2014-12-16
*
Continuing 3741c46fe134 on reporting ltac error.
Hugo Herbelin
2014-11-08
*
Renaming goal-entering functions.
Pierre-Marie Pédrot
2014-09-06
*
Moving code of tactic interpretation from Tacenv to Vernacentries.
Pierre-Marie Pédrot
2014-08-31
*
Moving the TacExtend node from atomic to plain tactics.
Pierre-Marie Pédrot
2014-08-18
*
Qualified ML tactic names. The plugin name is used to discriminate
Pierre-Marie Pédrot
2014-07-27
*
Fixing TACTIC EXTEND for arguments-free tactics that may modify the whole
Pierre-Marie Pédrot
2014-05-24
*
Tactics declared through TACTIC EXTEND that are of the form
Pierre-Marie Pédrot
2014-05-20
*
Fixing Camlp4 compilation
Pierre-Marie Pédrot
2014-05-17
*
Tactics defined through TACTIC EXTEND that are only defined as a string do
Pierre-Marie Pédrot
2014-05-16
*
Now parsing rules of ML-declared tactics are only made available after the
Pierre-Marie Pédrot
2014-05-12
*
Moving the ML tactic extension mechanism to a Libobject-based one.
Pierre-Marie Pédrot
2014-05-12
*
Remove many superfluous 'open' indicated by ocamlc -w +33
Pierre Letouzey
2014-03-05
*
Tactic extensions do not need to be classified by the STM, as
Pierre-Marie Pédrot
2014-02-05
*
Centralizing the Ltac-defining functions in Tacenv.
ppedrot
2013-11-10
*
Removing the dependency of every level of tactic ATSs on glob_tactic_expr.
ppedrot
2013-11-10
*
CList.factorize_left with a parametric equality
letouzey
2013-10-23
*
Vernac classification streamlined (handles VERNAC EXTEND)
gareuselesinge
2013-08-08
[next]