|
2 | 2 | [](https://github.com/Carthage/Carthage)
|
3 | 3 | [](https://github.com/martinpi/Tracery)
|
4 | 4 |
|
5 |
| - # Ephemeral – Proedural Text Generation |
6 |
| - |
7 |
| - ## Contents |
8 |
| -- [Introduction](#introduction) |
9 |
| - - [Installation](#installation) |
10 |
| -- [Basic usage](#basic-usage) |
11 |
| -- [Tags](#tags) |
12 |
| - - [Simple story](#simple-story) |
13 |
| - - [Random numbers](#random-numbers) |
14 |
| -- [Modifiers](#modifiers) |
15 |
| -- [Methods](#methods) |
16 |
| -- [Calls](#calls) |
17 |
| -- [Advanced Usage](#advanced-usage) |
18 |
| - - [Custom Content Selectors](#custom-content-selectors) |
19 |
| - - [Pick First Item Selector](#pick-first-item-selector) |
20 |
| - - [Custom Random Item Selector](#custom-random-item-selector) |
21 |
| - - [Custom Candidate Provider](#custom-candidate-provider) |
22 |
| - - [Weighted Distributions](#weighted-distributions) |
23 |
| - - [Recursion](#recursion) |
24 |
| - - [Rule Expansions](#rule-expansions) |
25 |
| - - [Logging](#logging) |
26 |
| - - [Chaining Evaluations](#chaining-evaluations) |
27 |
| - - [Hierarchical Tag Storage](#hierarchical-tag-storage) |
28 |
| - - [Control Flow](#control-flow) |
29 |
| - - [if block](#if-block) |
30 |
| - - [while block](#while-block) |
31 |
| - - [Text Format](#text-format) |
32 |
| -- [Tracery Grammar](#tracery-grammar) |
33 |
| -- [Conclusion](#conclusion) |
34 |
| - |
35 |
| - ## Introduction |
| 5 | + # Ephemeral – A Tool for Procedural Text Generation |
36 | 6 |
|
37 | 7 | Ephemeral is a text generation tool based on BenziAhamed's [Swift port of Tracery](https://github.com/BenziAhamed/Tracery).
|
38 | 8 |
|
|
0 commit comments