From a43c8c4cde99e25608f0710e67156e16057a68d3 Mon Sep 17 00:00:00 2001 From: Ulrich Wolffgang Date: Wed, 24 May 2023 12:00:57 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 84eb30d0..fa0f5a38 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The ASG is generated from the AST by **semantic analysis** and provides data and flow information (e. g. variable access). EXEC SQL, EXEC SQLIMS and EXEC CICS 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. +The parser is developed test-driven, passes the **NIST test suite** and has successfully been **applied to numerous COBOL files** from banking and insurance. It is used by the [ProLeap analyzer, interpreter & transformer for COBOL](https://github.com/proleap/proleap-cobol). 💫 **Star** if you like our work. @@ -117,6 +117,7 @@ Where to look next - [ANTLR4 COBOL grammar](src/main/antlr4/io/proleap/cobol/Cobol.g4) - [ANTLR4 COBOL preprocessor grammar](src/main/antlr4/io/proleap/cobol/CobolPreprocessor.g4) - [Unit test code examples](src/test/java/io/proleap/cobol/asg/data/workingstorage) +- [ProLeap analyzer, interpreter & transformer for COBOL](https://github.com/proleap/proleap-cobol) How to cite