branch: externals/phps-mode commit 9fca589a4fc3e84ef2cc259417bfa9048c31680f Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@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