branch: externals/parser-generator commit a7d1cc0bd26bf9fcfb390c89e90b75bba0211770 Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@cvj.se>
Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15da72d..7b57434 100644 --- a/README.md +++ b/README.md @@ -139,9 +139,9 @@ Calculate the look-ahead number of terminals possibly following S. (parser--follow 'A))) ``` -### LR(k) items for prefix - V(S) +### LR items for prefix (S) -Calculate the set of LR(k) items valid for any viable prefix S. +Calculate the set of LR items valid for any viable prefix S. ``` emacs-lisp (require 'ert)