Copyright (C) 2011 Felipe H. da Jornada [email protected]
- Author: Felipe H. da Jornada [email protected]
- Created: 2011 November 12
- Keywords: Fortran Python Refactoring Rename Source Code
- URL: http://github.com/thomas11/md-readme/tree/master
Licensed under the GPL version 3 or later.
DOENDO is the tool that makes your FORTRAN code less painful. It is a simple python-based FORTRAN refactoring tool. Right now, this project only supports automatic renaming of variables.
Just type:
doendo.py source.f90
A text-based wizard will appear guiding you throughout the refactoring process.
DOENDO Copyright (C) 2011 Felipe H. da Jornada
DOENDO 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; either version 3, or (at your option) any later version.
DOENDO 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 DOENDO; see the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.