Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moosetechnology/fast-fortran
https://github.com/moosetechnology/fast-fortran
moose pharo smalltalk
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/moosetechnology/fast-fortran
- Owner: moosetechnology
- License: mit
- Created: 2023-05-03T13:34:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-13T16:08:52.000Z (9 months ago)
- Last Synced: 2024-04-14T06:49:34.759Z (9 months ago)
- Topics: moose, pharo, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 1.63 MB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 14
-
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 afterwardTo load:
```St
Metacello new
githubUser: 'moosetechnology' project: 'FAST-Fortran' commitish: 'master' path: 'src';
baseline: 'FASTFortran';
load.
```