Commit Graph

2 Commits

Author SHA1 Message Date
Terence Lee 088a636192 allow private constructor. also add docopt example
You can do this by setting:

```
def initialize(helix, ...) {
}
```

Right now this only works on the constructor and only unexported is
supported.
2018-06-14 00:09:09 -07:00
Godfrey Chan 6fa52887c9 Add game of life example 2018-06-04 09:22:38 -04:00