https://github.com/moosetechnology/fast-fortran
https://github.com/moosetechnology/fast-fortran
moose pharo smalltalk
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/moosetechnology/fast-fortran
- Owner: moosetechnology
- License: mit
- Created: 2023-05-03T13:34:10.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-31T06:11:50.000Z (11 months ago)
- Last Synced: 2025-07-31T09:50:57.769Z (11 months ago)
- Topics: moose, pharo, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 1.82 MB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FAST-Fortran
A [FAST](https://github.com/moosetechnology/FAST) (Famix-AST) meta-model for the Fortran programming language.
Initially for Fortran77, might be extended afterward
To load:
```St
Metacello new
githubUser: 'moosetechnology' project: 'FAST-Fortran' commitish: 'master' path: 'src';
baseline: 'FASTFortran';
load.
```