lr0: more debug traces

* src/lr0.c (kernel_check): New.
(new_itemsets, save_reductions): Add traces.
This commit is contained in:
Akim Demaille
2019-05-02 16:05:48 +02:00
parent ec4d49e129
commit 29c9cb3188
2 changed files with 35 additions and 2 deletions

4
TODO
View File

@@ -120,8 +120,8 @@ introduce lr(0) and lalr, just the way we have ielr categories. The
tests easy to maintain.
*** complain.*
Rename these guys as "diagnostics.*" (or "diagnose.*"), since that the name
they have in gcc, clang, etc. Likewise for the complain_* series of
Rename these guys as "diagnostics.*" (or "diagnose.*"), since that's the
name they have in gcc, clang, etc. Likewise for the complain_* series of
functions.
* Completion