branch: externals/parser-generator
commit bab123bdda2e04e504e80169288169abe37d5c81
Author: Christian Johansson <christ...@cvj.se>
Commit: Christian Johansson <christ...@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