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

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

[elpa] externals/parser-generator bab123bdda 17/82: Added reference to P


From: Christian Johansson
Subject: [elpa] externals/parser-generator bab123bdda 17/82: Added reference to PHP 8.1
Date: Thu, 12 May 2022 13:28:14 -0400 (EDT)

branch: externals/parser-generator
commit bab123bdda2e04e504e80169288169abe37d5c81
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    Added reference to PHP 8.1
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5432ef4407..777cb89246 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
 
 The idea of this plugin is to provide functions for various kinds of 
context-free grammar parser generations with support for 
syntax-directed-translations (SDT) and semantic actions (SA) and the 
possibility of exporting parsers and translators (as generated stand-alone 
elisp code) to enable Emacs plugin-agnostic usage. This project is also about 
implementing algorithms described in the book `The Theory of Parsing, 
Translation and Compiling (Volume 1)` by `Alfred V. Aho and Jeffrey D. Ull [...]
 
-At the moment it is possible to generate canonical LR(k) parsers using this 
library for complex languages like PHP 8.0.
+At the moment it is possible to generate canonical LR(k) parsers using this 
library for complex languages like PHP 8.1.
 
 ## Lexical Analysis
 



reply via email to

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