Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ohno/fortran2julia.js
- Owner: ohno
- License: mit
- Created: 2023-07-17T17:30:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-29T17:41:43.000Z (over 1 year ago)
- Last Synced: 2024-10-12T23:24:34.618Z (4 months ago)
- Topics: fortran, julia, julialang, transpiler
- Language: JavaScript
- Homepage: https://ohno.github.io/Fortran2Julia.js/
- Size: 104 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/