Famix-Simple-Diff

Description

Simple implementation to compare two models and return whether they are identical or not.

Details

Source
GitHub
Created
Feb. 27, 2026
Updated
March 30, 2026

README excerpt

# Famix-Simple-Diff
Simple implementation to compare two models and return whether they are identical or not.

## Baseline

```Smalltalk
Metacello new
  baseline: 'FamixSimpleDiff';
  repository: 'github://moosetechnology/Famix-Simple-Diff:main/src';
  load
```
← Back to results