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

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

[elpa] externals/parser-generator b80fc6e 264/434: Updated README


From: ELPA Syncer
Subject: [elpa] externals/parser-generator b80fc6e 264/434: Updated README
Date: Mon, 29 Nov 2021 15:59:54 -0500 (EST)

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

    Updated README
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5e7c233..cdc924c 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 [![License GPL 
3](https://img.shields.io/badge/license-GPL_3-green.svg)](https://www.gnu.org/licenses/gpl-3.0.txt)
 [![Build 
Status](https://travis-ci.org/cjohansson/emacs-parser-generator.svg?branch=master)](https://travis-ci.org/cjohansson/emacs-parser-generator)
 
-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). This project is 
about implementing algorithms described in the book `The Theory of Parsing, 
Translation and Compiling (Volume 1)` by `Alfred V. Aho and Jeffrey D. Ullman` 
(1972). Also this project is about me learning how to parse languages.
+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 to enable 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. Ullman` (1972). Also this project is about me l [...]
 
 This is just started, so most stuff are *WIP*.
 



reply via email to

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