GithubHelp home page GithubHelp 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 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.