- User-friendly, and colorised.
- Locates all COBOL files in the specified directory.
- Separates the main COBOL file from its subprograms.
- Eases development of modularised COBOL programs.
- Uses user-installed GnuCOBOL.
- Cleans up after compilation.
Cobweb has the following parameters: ./cobweb {arg_output} {arg_main} {arg_directory}
Note
All of the following parameters are optional.
arg_output: name of the resulting executable. Default:mainarg_main: location of the main COBOL file. Default:main.cblarg_directory: directory of the project. Defaults to the current directory of the terminal session.
- Cobweb is originally developed to assist in the development of Timecard, and both projects are developed for Hack Club's Flavourtown event.
- This project is licensed under the MIT License.