diff options
| author | Hugo Herbelin | 2021-04-05 16:40:10 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2021-04-23 15:34:29 +0200 |
| commit | e07efb3798c7c6ec54aac9093ab50fddfc6c6a5b (patch) | |
| tree | 3459872faa79c263577f55ddbd1a8d30d497f8a7 /dev/doc/changes.md | |
| parent | 52a71bf2b1260ce8f8622878c82caec54d298808 (diff) | |
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).
Diffstat (limited to 'dev/doc/changes.md')
| -rw-r--r-- | dev/doc/changes.md | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
