[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
paper on error correction algorithm in ada-mode
From: |
Stephen Leake |
Subject: |
paper on error correction algorithm in ada-mode |
Date: |
Fri, 24 Jul 2020 10:53:20 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.2 (windows-nt) |
I've posted a draft paper on the error correction algorithm used in the
ada-mode parser at
https://stephe-leake.org/ada/error_correction_algorithm.pdf. I'd
appreciate any comments.
In the results section, I summarize statistics on the various strategies
discussed in the paper. It would be helpful to get similar results from
other users.
If you'd like to contribute, do something like:
(setq ada-process-parse-exec-opts
'("--recover-log" "c:/Projects/org.emacs.ada-mode/recover.log"))
(the parser must be killed if active before setting this; --recover-log
is a process start parameter).
Then every use of error recovery in ada-mode in that session of Emacs
writes a line to that file. Mine typically grows to a couple megabytes
in a month; that's plenty of data. Then send me the file.
--
-- Stephe
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- paper on error correction algorithm in ada-mode,
Stephen Leake <=