Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ohno/fortran2julia.js

Fortran to Julia transpiler on JavaScript
https://github.com/ohno/fortran2julia.js

fortran julia julialang transpiler

Last synced: 4 months ago
JSON representation

Fortran to Julia transpiler on JavaScript

Awesome Lists containing this project

README

        

# Fortran2Julia.js

This is a Fortran2Julia transpiler on JavaScript using [regular expressions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions), [groups and backreferences](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions/Groups_and_backreferences) developed by [Shuhei Ohno](https://github.com/ohno/). This page was designed by [ezeroms](https://ezeroms.com/about/). The background is based on [Particles & Nodes Canvas](https://codepen.io/indieklem/pen/mdJONg) by [indieklem](https://codepen.io/indieklem). Please add test cases to [`/assets/js/onload.js`](https://github.com/ohno/Fortran2Julia.js/blob/main/assets/js/onload.js) and commit to [`/assets/js/Fortran2Julia.js`](https://github.com/ohno/Fortran2Julia.js/blob/main/assets/js/Fortran2Julia.js) if you contribute. There are good [articles](https://cometscome.github.io/JuliaFromFortran/build/chapter1/01/) and [scripts](https://gist.github.com/rafaqz/fede683a3e853f36c9b367471fde2f56) for the reference. You can [send me issues or give me a star](https://github.com/ohno/Fortran2Julia.js/)🌟.

https://ohno.github.io/Fortran2Julia.js/