summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2019-05-02 16:05:48 +0200
committerAkim Demaille <akim.demaille@gmail.com>2019-06-09 11:11:12 +0200
commit29c9cb3188d5c38d29ca0577e2d550d21a59407b (patch)
tree38ba4196f542c4fd486726610007c66f2d679109 /TODO
parentec4d49e129a4ed4cbeec5a76ad56f4949164b2bf (diff)
downloadbison-29c9cb3188d5c38d29ca0577e2d550d21a59407b.tar.gz
lr0: more debug traces
* src/lr0.c (kernel_check): New. (new_itemsets, save_reductions): Add traces.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index efe4a9d5..0ddd6729 100644
--- a/TODO
+++ b/TODO
@@ -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