emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/phps-mode ce5e28e 72/96: Added generated grammar in out


From: Christian Johansson
Subject: [elpa] externals/phps-mode ce5e28e 72/96: Added generated grammar in output of automation
Date: Fri, 29 Oct 2021 11:14:52 -0400 (EDT)

branch: externals/phps-mode
commit ce5e28e9c808626cc692d48f5fe7deb7fbd2265e
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    Added generated grammar in output of automation
---
 admin/phps-mode-automation.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/admin/phps-mode-automation.el b/admin/phps-mode-automation.el
index 246e80b..a494209 100644
--- a/admin/phps-mode-automation.el
+++ b/admin/phps-mode-automation.el
@@ -41,7 +41,7 @@
                (grammar (phps-mode-automation-parser-generator--grammar))
                (context-sensitive-attributes 
phps-mode-automation-parser-generator--context-sensitive-attributes))
 
-          ;; TODO Verify that grammar contains context-sensitive attributes
+          (message "Generated Grammar:\n%S" grammar)
 
           ;; Prepare export
           (when (fboundp 'parser-generator-set-grammar)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]