Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 413 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 413 Bytes

Ring 2 Build Status

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

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