Skip to content

Commit 7bf41c8

Browse files
committed
Modernized README: added badges
1 parent bd7cea7 commit 7bf41c8

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README renamed to README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
CocoPy
2+
======
3+
[![PyPi Status](https://img.shields.io/pypi/v/CocoPy.svg)](https://pypi.python.org/pypi/CocoPy)
4+
[![TravisCI Build Status](https://travis-ci.org/KOLANICH/CocoPy.svg?branch=master)](https://travis-ci.org/KOLANICH/CoCoPy)
5+
[![Libraries.io Status](https://img.shields.io/librariesio/github/KOLANICH/CoCoPy.svg)](https://libraries.io/github/KOLANICH/CoCoPy)
6+
[![Gitter.im](https://badges.gitter.im/CoCoPy/Lobby.svg)](https://gitter.im/CoCoPy/Lobby)
7+
![License](https://img.shields.io/github/license/KOLANICH/CoCoPy.svg)
8+
19
Coco/R (http://ssw.jku.at/coco/) is a compiler generator, which takes an
210
attributed grammar of a source language and generates a scanner and a parser
311
for this language. The scanner works as a deterministic finite automaton.
@@ -25,6 +33,7 @@ CONTENTS OF THIS DISTRIBUTION
2533

2634
This distribution of Coco includes the following:
2735

36+
```
2837
Coco root directory
2938
3039
The application files
@@ -96,7 +105,7 @@ This distribution of Coco includes the following:
96105
the following:
97106
98107
>>> python cocopTester.py
99-
108+
```
100109

101110
ROADMAP
102111

0 commit comments

Comments
 (0)