Sync changes

This commit is contained in:
Justin Ethier 2020-01-02 17:07:25 -05:00
parent 2e660e8d5d
commit 25a93264f9

View file

@ -98,7 +98,14 @@ and should be located in the file
scheme/cyclone/util.sld
Cyclone will not automatically generate libraries when compiling a program. Each library will need to be built separately prior to building the program.
Cyclone will not automatically generate libraries when compiling a program. Each library will need to be built separately prior to building the program. For example:
$ cd cyclone/examples/game-of-life
$ cyclone example/grid.sld
$ cyclone example/life.sld
$ cyclone life.scm
$ ./life
## Command Line Options