Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

callgraph dynamic meta-model moose pharo smalltalk

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# Famix-ExecutionFlow

## Installation

```st
Metacello new
githubUser: 'moosetechnology' project: 'Famix-ExecutionFlow' commitish: 'main' path: 'src';
baseline: 'FamixExecutionFlow';
onConflictUseIncoming;
load
```