Skip to content

This small python 3 script is a command line tool, for case conversion of source code writen in fixed form fortran. It can handle comments, strings, escape sequences and special keywords.

License

dav05/convert_FORTRAN_case

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

convert_FORTRAN_case

python3 script for case conversion of source code files written in fixed form FORTRAN.

python3 script for case conversion of source code files written 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.

About

This small python 3 script is a command line tool, for case conversion of source code writen in fixed form fortran. It can handle comments, strings, escape sequences and special keywords.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published