Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 375 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 375 Bytes

Carrefour-Fortran

A version of Carrefour project for Famix-Fortran

To load execute in a Pharo Playground:

Metacello new
    baseline: 'CarrefourFortran';
    repository: 'github://moosetechnology/Carrefour-Fortran';
    onConflict: [ :ex | ex allow ];
    load