This project has moved to GitHub ! The version here at SourceForge will remain for historic purpose.
Koopa is a parser generator, made for COBOL. It can handle source files in isolation (no preprocessing required) and doesn't mind the presence of CICS/SQL fragments. The grammar is easily extensible in a way which minimizes the impact on the overall code.
Features
- Parser generator
- COBOL lexer and grammar which accepts fixed, free and variable format code
- Basic parsers for embedded CICS and SQL
- Basic COBOL preprocessor
- Covered by a COBOL 85 testsuite, and grammar unit testing
- Cobol code viewer with syntax highlighting, outline, quick navigation and XPath-based querying
- XML dumps of parse trees
License
BSD LicenseFollow Koopa (COBOL) Parser Generator
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
Excellent tool for extracting syntax tree out of COBOL code.
-
Extendable parser with the needed essential features and responsive developers
-
Koopa is very usefull
-
This parser is very good, with really interesting features, such as XML generation. Very good and stable project!
-
Great project! Good code and documentation. At Tocea we have used Koopa to develop our Cobol auditing software. Island grammars are a very usefull concept!