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

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

[elpa] externals/phps-mode 9fca589a4f 06/27: Updated parser to 8.2


From: Christian Johansson
Subject: [elpa] externals/phps-mode 9fca589a4f 06/27: Updated parser to 8.2
Date: Sat, 4 Mar 2023 03:24:55 -0500 (EST)

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

    Updated parser to 8.2
---
 phps-mode-parser.el | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/phps-mode-parser.el b/phps-mode-parser.el
index 64f7b8f1eb..81b71dd540 100644
--- a/phps-mode-parser.el
+++ b/phps-mode-parser.el
@@ -1,4 +1,4 @@
-;;; phps-mode-parser.el --- Exported Emacs Parser Generator -*- 
lexical-binding: t -*-
+;; export: ;;; phps-mode-parser.el --- Exported Emacs Parser Generator -*- 
lexical-binding: t -*-
 
 ;; Copyright (C) 2018-2023  Free Software Foundation, Inc.
 
@@ -312,10 +312,7 @@
     translation
     translation-symbol-table-list
     history)
-  "Perform a LR-parse via lex-analyzer, optionally PERFORM-SDT means to
-  perform syntax-directed translation and optioanlly start at INPUT-TAPE-INDEX
-  with PUSHDOWN-LIST, OUTPUT, TRANSLATION, TRANSLATION-SYMBOL-TABLE-LIST
-  and HISTORY."
+  "Perform a LR-parse via lex-analyzer, optionally PERFORM-SDT means to 
perform syntax-directed translation and optioanlly start at INPUT-TAPE-INDEX 
with PUSHDOWN-LIST, OUTPUT, TRANSLATION, TRANSLATION-SYMBOL-TABLE-LIST and 
HISTORY."
   (unless input-tape-index
     (setq input-tape-index 1))
   (unless pushdown-list
@@ -741,8 +738,7 @@
      output
      translation
      history)
-  "Perform a LR-parse via lex-analyzer, optionally at INPUT-TAPE-INDEX with
-  PUSHDOWN-LIST, OUTPUT, TRANSLATION and HISTORY."
+  "Perform a LR-parse via lex-analyzer, optionally at INPUT-TAPE-INDEX with 
PUSHDOWN-LIST, OUTPUT, TRANSLATION and HISTORY."
   (let ((result
          (phps-mode-parser--parse
           nil
@@ -760,8 +756,7 @@
      output
      translation
      history)
-  "Perform a LR-parse via lex-analyzer, optionally at INPUT-TAPE-INDEX with
-  PUSHDOWN-LIST, OUTPUT, TRANSLATION and HISTORY."
+  "Perform a LR-parse via lex-analyzer, optionally at INPUT-TAPE-INDEX with 
PUSHDOWN-LIST, OUTPUT, TRANSLATION and HISTORY."
   (let ((result
          (phps-mode-parser--parse
           t



reply via email to

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