Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/moosetechnology/famix-fortran
- Owner: moosetechnology
- License: mit
- Created: 2023-06-05T11:12:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-09T17:11:20.000Z (4 months ago)
- Last Synced: 2024-10-09T13:06:33.707Z (3 months ago)
- Topics: moose, pharo, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 295 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Famix-Fortran
A Famix meta model for FortranTo load:
```St
Metacello new
baseline: 'FamixFortran';
repository: 'github://moosetechnology/Famix-Fortran';
onConflict: [ :ex | ex allow ];
load.
```