aranega / MoTion

This is the repository of the new Modal Transformation library. It includes the Matching part, and in the future it will cover the Transformation part also.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

To install MoTion, go to the Playground (Ctrl+OW) in your Pharo image and execute the following Metacello script (select it and press Do-it button or Ctrl+D):

Metacello new
    baseline: 'MoTion';
    repository: 'github://AlessHo/MoTion:main';
    load.

About

This is the repository of the new Modal Transformation library. It includes the Matching part, and in the future it will cover the Transformation part also.


Languages

Language:Smalltalk 100.0%