-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Matt Bierner edited this page Sep 11, 2018
·
12 revisions
- Execution - Running generators.
- Declaration - Declaring a generator for forward and self reference.
- Value Generators - Basic generators that produce a value.
- Basic Combinators - Primitive sequencing combinators.
- Choice Combinators - Randomly selecting a generator to run.
- Iteration Combinators - Running a generator multiple times.
- State Interaction Generators - Generators that interact with state.
- Generator Wrapping - Using Javascript syntax to express generators more easily.
- Variables - Using variables in a generator.
- User Data - Threading custom state through generators.
- Custom random number generator - Using a custom random number function with Apep.