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

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

[elpa] externals/parser-generator 85dde51 009/434: Added License and Tra


From: ELPA Syncer
Subject: [elpa] externals/parser-generator 85dde51 009/434: Added License and Travis build logos
Date: Mon, 29 Nov 2021 15:58:57 -0500 (EST)

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

    Added License and Travis build logos
---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index e34f3ad..584a450 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,12 @@
 # Emacs Parser
 
+[![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.svg?branch=master)](https://travis-ci.org/cjohansson/emacs-parser)
+
 The idea of this plugin is to provide functions for various kinds of 
context-free grammar parsing with support for syntax-directed-translations 
(SDT) and semantic-actions. 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.
 
+This is just started, so most stuff are WIP.
+
 ## Lexical Analysis
 
 We use a regular-language based lexical analyzer that can be implemented by a 
finite-state-machine (FSM).



reply via email to

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