index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parsing
/
pcoq.ml
Age
Commit message (
Expand
)
Author
2017-06-02
Drop '.' from CErrors.anomaly, insert it in args
Jason Gross
2017-04-27
Fix 4.04 warnings
Gaetan Gilbert
2017-04-27
Remove some unused values and types
Gaetan Gilbert
2017-04-21
[flags] Deprecate is_silent/is_verbose in favor of single flag.
Emilio Jesus Gallego Arias
2017-04-07
[camlpX] Remove camlp4 compat layer.
Emilio Jesus Gallego Arias
2017-03-22
Merge branch 'v8.6'
Pierre-Marie Pédrot
2017-02-16
don't require printing-only notation to be productive
Ralf Jung
2016-11-18
Merge branch 'v8.6'
Pierre-Marie Pédrot
2016-11-03
Lets Hints/Instances take an optional pattern
Matthieu Sozeau
2016-10-08
Fix bug #5098: Symmetry broken in HoTT.
Pierre-Marie Pédrot
2016-10-02
Merge branch 'v8.6'
Pierre-Marie Pédrot
2016-09-29
Fix bug #4869, allow Prop, Set, and level names in constraints.
Matthieu Sozeau
2016-09-21
Merging Stdarg and Constrarg.
Pierre-Marie Pédrot
2016-09-14
Moving Ltac-specific parsing API to ltac/ folder.
Pierre-Marie Pédrot
2016-09-02
Silence the CAMLP5 warnings on command line.
Pierre-Marie Pédrot
2016-07-03
Remove lexing of ordinal notations.
Maxime Dénès
2016-07-03
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-06-18
Exporting a generic argument induction_arg. As a consequence,
Hugo Herbelin
2016-05-11
The grammar_extend function now registers unsynchronized extensions.
Pierre-Marie Pédrot
2016-05-11
Making the grammar command extend API purely functional.
Pierre-Marie Pédrot
2016-05-11
Moving the constr empty entry registering to the state-based API.
Pierre-Marie Pédrot
2016-05-11
Turning the grammar extend command API into a state-passing one.
Pierre-Marie Pédrot
2016-05-11
Moving the grammar summary to Pcoq.
Pierre-Marie Pédrot
2016-05-10
Delimiting the use of unsafe code in Pcoq.
Pierre-Marie Pédrot
2016-05-10
Overlooked use of Gram instead of G module in Pcoq.
Pierre-Marie Pédrot
2016-05-10
Type-safe constr notations.
Pierre-Marie Pédrot
2016-05-10
AlistNsep token now accepts an arbitrary separator.
Pierre-Marie Pédrot
2016-05-10
Simpler data structure for Arules token.
Pierre-Marie Pédrot
2016-05-10
Purer implementation of empty level registering in Pcoq.
Pierre-Marie Pédrot
2016-05-10
Removing the Entry module now that rules need not be marshalled.
Pierre-Marie Pédrot
2016-05-10
Hardening the obsolete unsafe_grammar_statement API.
Pierre-Marie Pédrot
2016-05-10
Removing dead code in Compat.
Pierre-Marie Pédrot
2016-05-09
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-05-08
Removing dead code and unused opens.
Pierre-Marie Pédrot
2016-05-04
Removing useless generic arguments.
Pierre-Marie Pédrot
2016-04-24
Remove dead registering code in Pcoq.
Pierre-Marie Pédrot
2016-04-01
Getting rid of the "_mods" parsing entry.
Pierre-Marie Pédrot
2016-03-31
Moving the Tactic Notation entry parser from Pcoq to Tacentries.
Pierre-Marie Pédrot
2016-03-20
Adding a new Ltac generic argument for forced tactics returing unit.
Pierre-Marie Pédrot
2016-03-20
Moving the Ltac definition command to an EXTEND based command.
Pierre-Marie Pédrot
2016-03-19
Moving the proof mode parsing management to Pcoq.
Pierre-Marie Pédrot
2016-03-19
Allowing generalized rules in typed symbols.
Pierre-Marie Pédrot
2016-03-19
Do not export entry_key from Pcoq anymore.
Pierre-Marie Pédrot
2016-03-19
Simplifying the code of Entry.
Pierre-Marie Pédrot
2016-03-18
Removing dead code in Pcoq.
Pierre-Marie Pédrot
2016-03-18
ARGUMENT EXTEND made of only one entry share the same grammar.
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
Code factorization in Pcoq.
Pierre-Marie Pédrot
2016-03-17
Adding a universe argument to Pcoq.create_generic_entry.
Pierre-Marie Pédrot
2016-03-17
Relying on parsing rules rather than genarg to check if an argument is empty.
Pierre-Marie Pédrot
[next]