diff --git a/README.md b/README.md index 140c63db0..87928d3d3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ ProLeap ANTLR4-based parser for COBOL ===================================== -💫 **Star** if you like our work. - This is an ANTLR4-based **COBOL parser**, which generates an **Abstract Syntax Tree** (AST) and **Abstract Semantic Graph** (ASG) for COBOL code. The AST represents plain COBOL source code in a syntax tree structure. @@ -12,6 +10,8 @@ statements are extracted as texts. The parser is developed test-driven, passes the **NIST test suite** and has successfully been **applied to numerous COBOL files** from banking and insurance. +💫 **Star** if you like our work. + [![Build](https://img.shields.io/travis/uwol/cobol85parser.svg)](https://travis-ci.org/uwol/cobol85parser) [![Coverage](https://coveralls.io/repos/github/uwol/cobol85parser/badge.svg?branch=master)](https://coveralls.io/github/uwol/cobol85parser?branch=master) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)