index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parsing
Age
Commit message (
Expand
)
Author
2019-05-23
do not parse `|` as infix in patterns; parse `|}` as `|` `}`
Georges Gonthier
2019-05-23
Fixing typos - Part 2
JPR
2019-05-16
binder_kind Generalized: remove 1st arg as it's always Implicit
Gaëtan Gilbert
2019-04-16
[ast] [constrexpr] Make recursion_order_expr an AST node.
Emilio Jesus Gallego Arias
2019-04-16
Clean the representation of recursive annotation in Constrexpr
Maxime Dénès
2019-04-05
[api] [proofs] Remove dependency of proofs on interp.
Emilio Jesus Gallego Arias
2019-04-02
Add parsing of decimal constants (e.g., 1.02e+01)
Pierre Roux
2019-04-02
Rename raw_natural_number to raw_numeral
Pierre Roux
2019-04-02
Rename the INT token to NUMERAL
Pierre Roux
2019-04-01
Replace type sign = bool with SPlus | SMinus
Pierre Roux
2019-03-31
Multiple payload types in tokens
Pierre Roux
2019-03-31
documentation
Enrico Tassi
2019-03-31
[parsing] add keyword-protected generic quotation
Enrico Tassi
2019-03-31
[parsing] Split Tok.t into Tok.t and Tok.pattern
Enrico Tassi
2019-03-29
[parser] initialization based on Loc.t rather than Loc.source
Enrico Tassi
2019-03-14
Add a non-cumulative impredicative universe SProp.
Gaëtan Gilbert
2019-01-24
[STM] explicit handling of parsing states
Enrico Tassi
2018-12-20
Make diffs work for more input strings
Jim Fehrle
2018-12-13
Move shallow state logic to the function preparing state for workers
Maxime Dénès
2018-12-12
Merge PR #9101: Fix 8922 again
Hugo Herbelin
2018-12-10
For diffs, return exactly the characters that make up STRING and FIELD tokens
Jim Fehrle
2018-12-09
[doc] Enable Warning 50 [incorrect doc comment] and fix comments.
Emilio Jesus Gallego Arias
2018-12-05
Removing dead fields from Plexing.lexer.
Pierre-Marie Pédrot
2018-11-30
[gramlib] Remove `Ploc.t` in favor of `Loc.t`
Emilio Jesus Gallego Arias
2018-11-27
[gramlib] Remove unused function `gram_reinit`.
Emilio Jesus Gallego Arias
2018-11-27
[pcoq] Remove a redundant `entry` type.
Emilio Jesus Gallego Arias
2018-11-27
[gramlib] Minor cleanups:
Emilio Jesus Gallego Arias
2018-11-23
Remove the unsafe camlp5 API from the Coq codebase.
Pierre-Marie Pédrot
2018-11-23
Only use Coq API in coqpp.
Pierre-Marie Pédrot
2018-11-23
Port Pcoq to safe camlp5 API.
Pierre-Marie Pédrot
2018-11-21
[gramlib] [build] Switch make-based system to packed gramlib
Emilio Jesus Gallego Arias
2018-11-19
[gramlib] Remove unused alias.
Emilio Jesus Gallego Arias
2018-11-08
Revert "Merge PR #8923: Bump camlp5 minimal version and use its safe API."
Pierre-Marie Pédrot
2018-11-07
Port to safe camlp5 API.
Pierre-Marie Pédrot
2018-11-04
Remove the deprecated Token module and port the corresponding code.
Pierre-Marie Pédrot
2018-10-29
[gramlib] Wrap `Gramlib`.
Emilio Jesus Gallego Arias
2018-10-20
[dune] Remove rule for cLexer.ml4 -> cLexer.ml
Emilio Jesus Gallego Arias
2018-10-18
Removing the Camlp5 macros from CLexer.
Pierre-Marie Pédrot
2018-10-06
[api] Remove (most) 8.9 deprecated objects.
Emilio Jesus Gallego Arias
2018-10-05
Using smart mkLambdaCN/mkProdCN.
Hugo Herbelin
2018-10-02
[ocaml] [lib] Remove some compatibility layers for OCaml < 4.03.0
Emilio Jesus Gallego Arias
2018-09-05
[build] Preliminary support for building Coq with `dune`.
Emilio Jesus Gallego Arias
2018-09-03
Merge PR #8107: Fixes #8106: anomaly if declaring levels for only printing th...
Emilio Jesus Gallego Arias
2018-09-02
Fixing #7867 (class error message tries to print a "fun" with no binder).
Hugo Herbelin
2018-09-02
Fixing #8106 (anomaly if declaring levels for only printing then only parsing).
Hugo Herbelin
2018-07-29
Store marshallable data in the custom entry summary.
Pierre-Marie Pédrot
2018-07-29
Supporting locality flag for custom entries + compatibility with modules.
Hugo Herbelin
2018-07-29
Renaming ETName and ETReference so as to fit the user-visible terminology.
Hugo Herbelin
2018-07-29
Adding support for custom entries in notations.
Hugo Herbelin
2018-07-29
Synchronizing "grammars by name" with backtrack (custom entries shall be adde...
Hugo Herbelin
[next]