branch: externals/parser-generator
commit 852f969d0c740e5849e3d6f82af3c731111482e4
Merge: 732cd78 3e9b4ee
Author: Christian Johansson <christ...@cvj.se>
Commit: Christian Johansson <christ...@cvj.se>

    Merge branch 'master' of git.cvj.se:/home/git/emacs-parser-generator
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cdc924c..eda19bd 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) 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 [...]
+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 code) 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  [...]
 
 This is just started, so most stuff are *WIP*.
 

Reply via email to