Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 341 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 341 Bytes

FAST-Esope

A FAST (Famix-AST) meta-model for the Esope programming language (Fortran77 extension).

To load:

Metacello new
  githubUser: 'moosetechnology' project: 'FAST-Esope' commitish: 'master' path: 'src';
  baseline: 'FASTEsope';
  onConflict: [ :e | e allow ] ;
  load.