Cypress-reference

Description

reference implementation for Cypress

Details

Source
GitHub
License
MIT
Stars
1
Created
April 5, 2013
Updated
Nov. 21, 2021

README excerpt

Cypress-reference [![Build Status](https://travis-ci.org/dalehenrich/Cypress-reference.svg?branch=master)](https://travis-ci.org/dalehenrich/Cypress-reference)


=================

Reference implementation for [Cypress](https://github.com/CampSmalltalk/Cypress). 
Should be loadable in Pharo, Squeak and GemStone.

Currently passing in GemStone-3.3.1 and Pharo-5.0

## install

```Smalltalk
Metacello new
  baseline: 'CypressReference';
  repository: 'github://dalehenrich/Cypress-reference:master/repository';
  load: 'CI'
```
← Back to results