File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
19Coco/R (http://ssw.jku.at/coco/ ) is a compiler generator, which takes an
210attributed grammar of a source language and generates a scanner and a parser
311for this language. The scanner works as a deterministic finite automaton.
@@ -25,6 +33,7 @@ CONTENTS OF THIS DISTRIBUTION
2533
2634This 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
101110ROADMAP
102111
You can’t perform that action at this time.
0 commit comments