index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parsing
/
pcoq.mli
Age
Commit message (
Expand
)
Author
2021-04-23
Relying on the abstract notion of streams with location for parsing.
Hugo Herbelin
2020-12-11
Revert removal of eoi_entry in #13447
Jim Fehrle
2020-11-26
Merge PR #13415: Separate interning and pretyping of universes
coqbot-app[bot]
2020-11-25
Separate interning and pretyping of universes
Gaëtan Gilbert
2020-11-22
Remove unused parsing code
Jim Fehrle
2020-11-20
Add preliminary support for notations with large class (non-recursive) binders.
Hugo Herbelin
2020-10-27
Rename misc nonterminals
Jim Fehrle
2020-10-27
Rename operconstr -> term
Jim Fehrle
2020-10-14
Deprecating wit_var to the benefit of its synonymous wit_hyp.
Hugo Herbelin
2020-10-10
Prim.pattern_ident takes a location and its synonymous pattern_identref is de...
Hugo Herbelin
2020-10-04
Remove prefixes on nonterminal names, e.g. "constr:" and "Prim."
Jim Fehrle
2020-05-09
Add a `with_strategy` tactic
Jason Gross
2020-03-25
[pcoq] Inline the exported Gramlib interface instead of exposing it as G
Emilio Jesus Gallego Arias
2020-03-25
[parsing] Move `coq_parsable` custom logic to Grammar.
Emilio Jesus Gallego Arias
2020-03-25
[parsing] Remove redundant interfaces from Pcoq
Emilio Jesus Gallego Arias
2020-03-25
[parsing] Remove unneeded `Extend.entry` type.
Emilio Jesus Gallego Arias
2020-03-25
[parsing] Remove extend AST in favor of gramlib constructors
Emilio Jesus Gallego Arias
2020-03-25
[parsing] Make grammar rules private.
Emilio Jesus Gallego Arias
2020-03-25
[parsing] Make grammar extension type private.
Emilio Jesus Gallego Arias
2020-03-22
Adding bignat to parse positive numbers; bigint now includes negative ints.
Hugo Herbelin
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2020-03-01
[parser] lk_int -> lk_nat
Maxime Dénès
2020-03-01
Refactor lookaheads using DSL
Maxime Dénès
2020-03-01
Move lookahead combinators to Pcoq
Maxime Dénès
2020-02-21
[parsing] Track need to reinit by typing
Emilio Jesus Gallego Arias
2019-11-19
Grammar: mini-factorization between fix/cofix and Fixpoint/CoFixpoint.
Hugo Herbelin
2019-10-13
Doc update with mlg extension - fix #10855
mcaci
2019-08-19
[parsing] Move pcoq-specific parts in extend to pcoq.
Emilio Jesus Gallego Arias
2019-07-29
Tentatively providing a localization function to ad-hoc camlp5 parsers.
Pierre-Marie Pédrot
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-06-01
Allowing Set to be part of universe expressions.
Hugo Herbelin
2019-05-23
do not parse `|` as infix in patterns; parse `|}` as `|` `}`
Georges Gonthier
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-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-03-31
Multiple payload types in tokens
Pierre Roux
2019-03-29
[parser] initialization based on Loc.t rather than Loc.source
Enrico Tassi
2019-01-24
[STM] explicit handling of parsing states
Enrico Tassi
2018-11-30
[gramlib] Remove `Ploc.t` in favor of `Loc.t`
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-21
[gramlib] [build] Switch make-based system to packed gramlib
Emilio Jesus Gallego Arias
2018-10-06
[api] Remove (most) 8.9 deprecated objects.
Emilio Jesus Gallego Arias
2018-10-02
[ocaml] [lib] Remove some compatibility layers for OCaml < 4.03.0
Emilio Jesus Gallego Arias
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
Adding support for custom entries in notations.
Hugo Herbelin
2018-07-07
Introduce a Pcoq.Entry module for functions that ought to be exported.
Pierre-Marie Pédrot
[next]