index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
parsing
/
egramcoq.ml
Commit message (
Expand
)
Author
Age
*
Add syntax for naming new goals in refine: writing ?[id] instead of _
Hugo Herbelin
2014-09-30
*
Moving the TacAlias node out of atomic tactics.
Pierre-Marie Pédrot
2014-08-18
*
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
*
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
*
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-05-06
*
Remove many superfluous 'open' indicated by ocamlc -w +33
Pierre Letouzey
2014-03-05
*
Removing non-marshallable data from the Agram constructor. Instead of
Pierre-Marie Pédrot
2014-02-16
*
Adding generic solvers to term holes. For now, no resolution mechanism nor
Pierre-Marie Pédrot
2013-11-27
*
Removing the dependency of every level of tactic ATSs on glob_tactic_expr.
ppedrot
2013-11-10
*
Revert the previous commit. It broke Coq compilation.
ppedrot
2013-11-09
*
Removing the dependency of every level of tactic ATSs on glob_tactic_expr.
ppedrot
2013-11-09
*
Moving notation types into grammar rule.
ppedrot
2013-11-09
*
Cleaning and documenting Egramcoq.
ppedrot
2013-11-09
*
Added a generic handler of Ltac quotations, based on the existing
ppedrot
2013-06-27
*
States: frozen states can hold closures
gareuselesinge
2013-05-06
*
Egramcoq+Lexer : no need for an init_function
letouzey
2013-04-23
*
Egramcoq: clean an ugly code snippet
letouzey
2013-04-23
*
code simplifications concerning Summary
letouzey
2013-04-22
*
Restrict (try...with...) to avoid catching critical exn (part 8)
letouzey
2013-03-13
*
Dir_path --> DirPath
letouzey
2013-02-19
*
use List.rev_map whenever possible
letouzey
2013-02-18
*
Actually adding backtrace handling.
ppedrot
2013-01-28
*
Uniformization of the "anomaly" command.
ppedrot
2013-01-28
*
Modulification of name
ppedrot
2012-12-18
*
Modulification of dir_path
ppedrot
2012-12-14
*
Modulification of identifier
ppedrot
2012-12-14
*
Monomorphization (parsing)
ppedrot
2012-11-25
*
backtrack too much commited files in the last commit.
courtieu
2012-11-15
*
Fixing emacs diff bug with .dir-locals.el.
courtieu
2012-11-15
*
Monomorphized a lot of equalities over OCaml integers, thanks to
ppedrot
2012-11-08
*
Fix a confusion between types of locations in an untyped part of the parser
letouzey
2012-10-05
*
Adding a nominal typing layer to Metasyntax in order to clarify
ppedrot
2012-10-04
*
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
*
More cleaning on Utils and CList. Some parts of the code being
ppedrot
2012-09-17
*
Moving Utils.list_* to a proper CList module, which includes stdlib
ppedrot
2012-09-14
*
This patch removes unused "open" (automatically generated from
regisgia
2012-09-14
*
Updating headers.
herbelin
2012-08-08
*
Added an indirection with respect to Loc in Compat. As many [open Compat]
ppedrot
2012-06-22
*
Internalization of pattern is done in two phases.
pboutill
2012-06-14
*
Split Egrammar into Egramml and Egramcoq
letouzey
2012-05-29