pharo-mooc-redo-dice-dsl

Description

Code from following along the Pharo mooc, chapter 3.12, a dice DSL

Details

Source
GitHub
Dialect
pharo (25% confidence)
Created
July 28, 2020
Updated
July 28, 2020

README excerpt

# pharo-mooc-redo-dice-dsl

Code from following along the Pharo mooc, chapter 3.12, a dice DSL.

Went beyond the guided functionality to implement creation of arbitrary `DiceHandlers`, allowing message sends like

```
2 D5000
```

or 

```
1234 D5678
```
← Back to results