Skip to content
André van Delft edited this page Jan 27, 2015 · 11 revisions

SubScript Examples

Some SubScript example applications have been grouped in small Github repositiories:

Building and Executing

The presented list has links to Github repositories. You can clone such example repositories to your own desktop in a local workspace folder, using standard Git commands.

To compile&run most examples, execute ./gradlew run from its root folder.

'AB' is a group of examples; to see all of its elements, execute ./gradlew list from its root folder; to run one of its elements execute ./gradlew execute -Pexample=$name where $name is any of those listed names. For example, ./gradlew execute -Pexample=Bag_AB_loops will run Bag_AB_loops example.

Clone this wiki locally