[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/phps-mode 81a9f22780 24/27: Decreased length of parser
From: |
Christian Johansson |
Subject: |
[elpa] externals/phps-mode 81a9f22780 24/27: Decreased length of parser docstrings |
Date: |
Sat, 4 Mar 2023 03:24:58 -0500 (EST) |
branch: externals/phps-mode
commit 81a9f2278098d1aafec4f51b44484ae7fd336e12
Author: christian <christian@cvj.se>
Commit: christian <christian@cvj.se>
Decreased length of parser docstrings
---
phps-mode-parser.el | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/phps-mode-parser.el b/phps-mode-parser.el
index 65afa0b3dc..ee9b559e53 100644
--- a/phps-mode-parser.el
+++ b/phps-mode-parser.el
@@ -312,7 +312,10 @@
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
@@ -738,7 +741,8 @@
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
@@ -756,7 +760,8 @@
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
- [elpa] externals/phps-mode 9cade60362 17/27: More notes on automation, (continued)
- [elpa] externals/phps-mode 9cade60362 17/27: More notes on automation, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode 2c39b1af73 20/27: Updated SDT to production 350, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode 37fd682568 07/27: Added failing unit tests for PHP 8.2, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode 4636d702ac 10/27: Improved tests for PHP 8.2, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode 54fec9e358 15/27: Removed note about error occuring, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode 2a296e0947 11/27: Updated output in parser generator automation, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode ebe8fb9a36 14/27: Removed debug-on-signal in automation scripts, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode 45d3898837 19/27: More work on SDT, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode 27770f9abb 22/27: Parser SDT to production 500, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode 4765f2c9ae 23/27: Made all parser SDT for 8.2, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode 81a9f22780 24/27: Decreased length of parser docstrings,
Christian Johansson <=
- [elpa] externals/phps-mode fddb792453 26/27: Updated date and version for 0.4.42, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode d5a710cd12 21/27: Parser SDT to 400, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode f24b790593 25/27: Resolved merge conflicts, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode 6fdc0c4c18 18/27: Started on updating parser SDT for 8.2, Christian Johansson, 2023/03/04
- [elpa] externals/phps-mode 36fd241124 27/27: Updated README with PHP 8.2, Christian Johansson, 2023/03/04