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

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

[elpa] externals/phps-mode 65152f4 36/96: Added TODO item


From: Christian Johansson
Subject: [elpa] externals/phps-mode 65152f4 36/96: Added TODO item
Date: Fri, 29 Oct 2021 11:14:42 -0400 (EDT)

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

    Added TODO item
---
 admin/phps-mode-automation.el | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/admin/phps-mode-automation.el b/admin/phps-mode-automation.el
index 2c04dd6..b8ff9fe 100644
--- a/admin/phps-mode-automation.el
+++ b/admin/phps-mode-automation.el
@@ -39,9 +39,14 @@
       ;; Download Yacc if not available
       (unless (file-exists-p php-yacc-file)
         (message "Downloading PHP 8.0 YACC grammar..")
-        (url-copy-file php-yacc-url php-yacc-file t t)
+        (url-copy-file
+         php-yacc-url php-yacc-file
+         t
+         t)
         (message "Download of PHP 8.0 YACC grammar completed"))
 
+      ;; TODO Generate precedence, non-terminals, terminals, productions and 
start here
+
       ;; Prepare export
       (when (fboundp 'parser-generator-set-grammar)
         (parser-generator-set-grammar



reply via email to

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