Skip to main content

A simple REPL Fortran utility

Project description

Simple Fortran interface
========================

Beginner Fortran developers are often puzzled with
correctness of FORTRAN statements syntax.
These last just never stop surprising.

Writing little simple programs often can be helful but tedious.
This script simplifies this process.
It maintains a list of FORTRAN statements, and:
* generates FORTRAN source file from a template
* compiles the file
* runs the file and display its output
* uses readline library to provide history of input


Example
-------

$ python -m fytran
!! - compile and execute expressions
!l - print expressions
!d - delete an expressions
!c - clear the list of expressions
!u - remove last stmt
!q - quit
>>> print *, 'hello' world
>>> !!
fytran.f:4.22:
print *, 'hello' world
1
Error: Syntax error in PRINT statement at (1)
>>> !u
>>> print *, 'hello'
>>> !!
hello
>>> !q
$


Remarks
-------
The FORTRAN template uses:

implicit real*8 (a-h, o-z)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fytran-0.2.1.tar.gz (3.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page