diff options
| author | Hugo Herbelin | 2016-10-11 13:23:26 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2016-10-17 20:14:13 +0200 |
| commit | f3d1eff69850d379bad5ab8f1cdadb7f5d5c7eca (patch) | |
| tree | a67b9295bb66018b94ae19b727813f221da9a329 /dev | |
| parent | 4e31561f7e0d5e647e86978806cae82ffb35f90b (diff) | |
More on making the lexer more functional (continuing b8ae2de5 and
8a8caba3).
- Adding cLexer.current_file to the lexer state, i.e. making it a
component of the type "coq_parsable" of lexer state (it was
forgotten in b8ae2de5 and 8a8caba3).
- Inlining save_translator/restore_translator which have now lost most
of their substance.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/doc/changes.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt index fcee79e07e..6dd7cb9707 100644 --- a/dev/doc/changes.txt +++ b/dev/doc/changes.txt @@ -2,6 +2,11 @@ = CHANGES BETWEEN COQ V8.5 AND COQ V8.6 = ========================================= +** Parsing ** + +Pcoq.parsable now takes an extra optional filename argument so as to +bind locations to a file name when relevant. + ** Files ** To avoid clashes with OCaml's compiler libs, the following files were renamed: |
