convert_FORTRAN_case
python3 scrip for case conversion of source code files writen in fixed form fortran
python3 scrip for case conversion of source code files writen in fixed form fortran. Ignores comments, strings, escape sequences within strings and some special words.
For instructions type: python3 convert.py -h
Copyright David Miranda 2021 May 2021
LICENCE NOTICE
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation License version 3.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/gpl-3.0.txt.