Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/moosetechnology/fast-fortran


https://github.com/moosetechnology/fast-fortran

moose pharo smalltalk

Last synced: 7 days ago
JSON representation

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.
```