Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uwol committed May 24, 2023
1 parent f899ea0 commit a43c8c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a43c8c4

Please sign in to comment.