| Crates.io | malachi |
| lib.rs | malachi |
| version | 0.9.8 |
| created_at | 2021-10-29 15:41:09.938825+00 |
| updated_at | 2024-08-27 12:36:11.145086+00 |
| description | A domain specific pattern matching language made for defining bot commands. |
| homepage | |
| repository | https://github.com/insomnimus/malachi |
| max_upload_size | |
| id | 474069 |
| size | 84,417 |
Malachi is a domain specific pattern matching language made mainly for defining bot commands.
There is a tutorial: tutorial.md.
?divine [
<part?: starts("part=")>
<canto?: starts("canto="), /^\d+$/>
<verse?: starts("verse="), /^\d+$/>
]
See the examples directory.