Coder Social home page Coder Social logo

jonathanschilling / f2j Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 4.0 28.05 MB

Fortran-to-Java translator, especially for BLAS, LAPACK and ARPACK

Home Page: https://icl.utk.edu/f2j

Makefile 0.23% Shell 0.05% C 2.84% Java 1.14% Fortran 95.28% Batchfile 0.02% Yacc 0.44%
fortran77 fortran java lapack transpiler

f2j's Introduction

Fortran-to-Java Source Code

Version 0.8.1 June 30, 2008

The old Fortran to Java CVS repository was migrated to this Git repository:

rsync -ai a.cvs.sourceforge.net::cvsroot/f2j/ cvs2git-f2j
cd cvs2git-f2j
cvs2git --blobfile=blob.dat --dumpfile=dump.dat \
    --username=keithseymour --default-eol=native \
    --encoding=utf8 --encoding=latin1 --fallback-encoding=ascii \
    .
cd ..
mkdir f2j
cd f2j
git init
cat ../cvs2git-f2j/blob.dat ../cvs2git-f2j/dump.dat | git fast-import
git remote add origin [email protected]:jonathanschilling/f2j.git
git checkout
git push origin --mirror
mv f2j/* .
rm -r CVSROOT
git add .
git commit -m "one folder less"
git branch --set-upstream-to=origin/master master
git pull
git push

Before using the f2j source code, realize that f2j was originally geared to a very specific problem - that is, translating the LAPACK and BLAS numerical libraries. f2j does not and probably never will handle all Fortran code.

Building the code

./configure
make

and optionally:

make install

For more details, see the f2j manual.

f2j's People

Contributors

jonathanschilling avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

f2j's Issues

Migrate code translation to ANTLR

This repository contains a branch named rewrite-using-antlr4 where I started to write a Java code using ANTLR4 to do the translation from Fortran to Java. The main entry file is FortranHandlerPrototype.java.

The following steps are needed:

  • implement methods in FortranListener.java that create an object-oriented AST
  • implement methods to unparse that AST into Java (possibly including the Dummy class for handling GOTOs for now)
  • run this on all BLAS methods
  • use Maven plugin (what's its name again?) to do the bytecode replacements from Dummy.goto() and Dummy.label() into JVM GOTOs
  • use above mechanics to also translate BLAS test suite

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.