Home > DOENDO

DOENDO

DOENDO is a project mainly written in Python, based on the GPL-3.0 license.

A Python-Based Fortran Refactoring Tool

DOENDO - A Python-Based Fortran Refactoring Tool

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.

What is it?

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.

Running

Just type:

doendo.py source.f90

A text-based wizard will appear guiding you throughout the refactoring process.

Licensing

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.

Previous:Cirrus-Mod