branch: externals/phps-mode
commit 65152f4f2022092ce4fc4def41212bdf09d0f635
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
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