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
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-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-09-11
Adding a wit_natural standard argument.
Hugo Herbelin
2020-09-11
[parsing] Rename token NUMERAL to NUMBER
Pierre Roux
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
[gramlib] Remove warning function parameter in favor of standard mechanism.
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
Centralizing all kinds of numeral string management in numTok.ml.
Hugo Herbelin
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-08
Merge PR #11714: [gramlib] Refactor gramlib interface.
Pierre-Marie Pédrot
2020-03-03
[exninfo] Deprecate aliases for exception re-raising.
Emilio Jesus Gallego Arias
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-28
[gramlib] Refactor gramlib interface.
Emilio Jesus Gallego Arias
2020-02-21
[parsing] Track need to reinit by typing
Emilio Jesus Gallego Arias
2019-12-22
Ensure that a custom entry cannot be defined twice.
Pierre-Marie Pédrot
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
[pcoq] Remove unneeded casting operators.
Emilio Jesus Gallego Arias
2019-08-19
[parsing] Move pcoq-specific parts in extend to pcoq.
Emilio Jesus Gallego Arias
2019-06-19
Merge PR #10239: Deprecate grammar entry "intropattern" in tactic notations i...
Théo Zimmermann
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-06-16
Deprecate "intro_pattern" in tactic notations in favor of "simple_intropattern".
Hugo Herbelin
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-05-23
Fixing typos - Part 2
JPR
2019-03-31
Multiple payload types in tokens
Pierre Roux
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-01-24
[STM] explicit handling of parsing states
Enrico Tassi
2018-12-13
Move shallow state logic to the function preparing state for workers
Maxime Dénès
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
[next]