| Copyright | (c) Owen Shepherd 2019 |
|---|---|
| License | BSD-3-Clause |
| Maintainer | 414owen@gmail.com |
| Stability | experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
Art.ContextFree
Description
Create art via context free grammar production rules.
Documentation
Change the style applied to all downstream terminal symbols.
A Terminal or non-terminal symbol.
Constructors
| NonTerminal (NonEmpty Production) | |
| Circle Float | Produce a circle with a radius. |
| Poly [Vec] | Produce a polygon by relative points. Starts and ends at (0, 0). |