From e07efb3798c7c6ec54aac9093ab50fddfc6c6a5b Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Mon, 5 Apr 2021 16:40:10 +0200 Subject: Relying on the abstract notion of streams with location for parsing. We also get rid of ploc.ml, now useless, relying a priori on more robust code in lStream.ml for location reporting (see e.g. parse_parsable in grammar.ml). --- dev/doc/changes.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dev') diff --git a/dev/doc/changes.md b/dev/doc/changes.md index 26c4b01c9f..b61c7d3423 100644 --- a/dev/doc/changes.md +++ b/dev/doc/changes.md @@ -1,3 +1,9 @@ +## Changes between Coq 8.13 and Coq 8.14 + +Gramlib + +- A few functions change their interfaces to take benefit of a new abstraction level `LStream` for streams with location function. + ## Changes between Coq 8.12 and Coq 8.13 ### Code formatting -- cgit v1.2.3 From 4ca8b4aab1a6b4f55aab026e42a530fa125553c0 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Tue, 20 Apr 2021 16:45:17 +0200 Subject: Overlay for elpi. --- .../14075-herbelin-master+new-level-abstraction-streams-with-location.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 dev/ci/user-overlays/14075-herbelin-master+new-level-abstraction-streams-with-location.sh (limited to 'dev') diff --git a/dev/ci/user-overlays/14075-herbelin-master+new-level-abstraction-streams-with-location.sh b/dev/ci/user-overlays/14075-herbelin-master+new-level-abstraction-streams-with-location.sh new file mode 100644 index 0000000000..a85ee6d2d0 --- /dev/null +++ b/dev/ci/user-overlays/14075-herbelin-master+new-level-abstraction-streams-with-location.sh @@ -0,0 +1 @@ +overlay elpi https://github.com/herbelin/coq-elpi coq-master+adapt-coq-pr14075-new-module-lstream-change-of_parser 14075 -- cgit v1.2.3