[](https://crates.io/crates/lichen)
[](LICENSE)
[](https://travis-ci.org/viperscape/lichen)
### Scripting DSL (for Dialogue Graphs, et al)
- provide binding to rust structure and methods
- logic to control flow between nodes
- guards for prereqs
### crates.io
```toml
[dependencies]
lichen = "0.2"
```
### Examples
[multiple examples](https://github.com/viperscape/lichen/blob/master/examples/)
### Syntax Documentation
[syntax rules](https://github.com/viperscape/lichen/blob/master/docs/syntax.md)