branch: externals/parser-generator
commit 9792eeb36ebf65d5055231aed772c729a4d5602a
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Added TODO items
---
parser.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/parser.el b/parser.el
index 10f3db6..a2f2b32 100644
--- a/parser.el
+++ b/parser.el
@@ -669,6 +669,7 @@
;; TODO Implement this
S))
+;; TODO Cache results in this function
;; Algorithm 5.8, p. 386
(defun parser--lr-items-for-prefix (γ)
"Calculate valid LR-items for the viable prefix Γ."