Ring2

Description

Ring metamodel reimplementation

Details

Source
GitHub
Dialect
pharo (40% confidence)
License
MIT
Stars
2
Forks
9
Created
May 4, 2017
Updated
Aug. 17, 2024
Topics
pharo

README excerpt

# Ring 2 [![Build Status](https://travis-ci.org/pavel-krivanek/Ring2.svg?branch=master)](https://travis-ci.org/pavel-krivanek/Ring2)
Ring metamodel reimplementation

> Ring 2 was integrated into Pharo 8.0. All new issues please report in the main Pharo repository

### How to load

in Pharo 7.0, use

```smalltalk
Metacello new
  baseline: 'Ring2';
  repository: 'github://pavel-krivanek/Ring2/src';
  load.
```

← Back to results