Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Famix-Fortran
https://github.com/moosetechnology/famix-fortran

moose pharo smalltalk

Last synced: 3 months ago
JSON representation

Famix-Fortran

Awesome Lists containing this project

README

        

# Famix-Fortran
A Famix meta model for Fortran

To load:
```St
Metacello new
baseline: 'FamixFortran';
repository: 'github://moosetechnology/Famix-Fortran';
onConflict: [ :ex | ex allow ];
load.
```