index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
g_ltac2.ml4
Age
Commit message (
Expand
)
Author
2017-08-25
Introducing a distinct bindings scope.
Pierre-Marie Pédrot
2017-08-25
Renaming the bindings scope into with_bindings.
Pierre-Marie Pédrot
2017-08-25
Parse specifically idents as destruction arguments.
Pierre-Marie Pédrot
2017-08-25
Lookahead to cheat the constr parser in order to parse "& IDENT".
Pierre-Marie Pédrot
2017-08-24
Rely on quoting for lists instead of hardwiring it in the AST.
Pierre-Marie Pédrot
2017-08-24
Adding a notation scope for global references.
Pierre-Marie Pédrot
2017-08-24
Adding a scope for reduction flags.
Pierre-Marie Pédrot
2017-08-24
Introducing a quotation for global references.
Pierre-Marie Pédrot
2017-08-18
More precise type for quotation entries.
Pierre-Marie Pédrot
2017-08-18
Exporting scopes for occurrences.
Pierre-Marie Pédrot
2017-08-11
Introducing a syntax for goal dispatch.
Pierre-Marie Pédrot
2017-08-08
Another batch of primitive operations.
Pierre-Marie Pédrot
2017-08-08
Code simplification in quotations.
Pierre-Marie Pédrot
2017-08-07
Fix parsing of parenthesized expressions.
Pierre-Marie Pédrot
2017-08-05
Exporting the rewrite tactic.
Pierre-Marie Pédrot
2017-08-04
Introducing quotations for the rewrite tactic.
Pierre-Marie Pédrot
2017-08-04
Adding locations to quotation types.
Pierre-Marie Pédrot
2017-08-04
More precise type for quoted structures.
Pierre-Marie Pédrot
2017-08-04
Introducing notations for destruct and induction arguments.
Pierre-Marie Pédrot
2017-08-02
Tentatively implementing apply.
Pierre-Marie Pédrot
2017-08-02
Properly implementing the notation to easily access hypotheses.
Pierre-Marie Pédrot
2017-08-02
Properly classifying Ltac2 notations.
Pierre-Marie Pédrot
2017-08-02
Fixing parsing of match branches.
Pierre-Marie Pédrot
2017-08-02
Bindings use open constr quotations.
Pierre-Marie Pédrot
2017-08-02
Tentatively fixing a few parsing issues.
Pierre-Marie Pédrot
2017-08-01
Don't reuse Coq AST for binding quotations.
Pierre-Marie Pédrot
2017-08-01
Fix parsing of fresh ident antiquotations.
Pierre-Marie Pédrot
2017-08-01
Introducing the all-mighty intro-patterns.
Pierre-Marie Pédrot
2017-08-01
Adding new scopes for standard Ltac structures.
Pierre-Marie Pédrot
2017-07-28
Allowing generic patterns in let-bindings.
Pierre-Marie Pédrot
2017-07-27
Factorizing code for constructors and tuples.
Pierre-Marie Pédrot
2017-07-27
Adding necessary primitives to do pattern-matching over constr.
Pierre-Marie Pédrot
2017-07-26
Tentative fix of parsing of product types.
Pierre-Marie Pédrot
2017-07-26
Ensuring that inductive constructors are always capitalized.
Pierre-Marie Pédrot
2017-07-26
Lightweight quotation syntax for terms and idents.
Pierre-Marie Pédrot
2017-07-25
Generalizing patterns in fun bindings.
Pierre-Marie Pédrot
2017-07-24
Properly handle parsing of list patterns.
Pierre-Marie Pédrot
2017-07-24
Turning the ltac2 subfolder into a standalone plugin.
Pierre-Marie Pédrot