lemon-lang 0.5.1

The lemon strategy DSL: parser, AST, and formatter.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# lemon-lang

[![crates.io](https://img.shields.io/crates/v/lemon-lang)](https://crates.io/crates/lemon-lang)

The **lemon** strategy DSL — parser, AST, and formatter. Part of
[citrusquant](https://github.com/citrusquant/citrusquant).

> Published as `lemon-lang` (the `lemon` name was already taken on crates.io); the
> crate is still imported as `lemon` (`use lemon::...`).

See the [engine docs](https://github.com/citrusquant/citrusquant/blob/main/docs/backtest-engine.md).

## License

MIT