An open API service indexing awesome lists of open source software.

https://github.com/insomnimus/malachi

A domain specific pattern matching language for defining bot commands.
https://github.com/insomnimus/malachi

bot discord dsl pattern-matching regex rust

Last synced: 4 months ago
JSON representation

A domain specific pattern matching language for defining bot commands.

Awesome Lists containing this project

README

          

# Malachi
Malachi is a domain specific pattern matching language made mainly for defining bot commands.

There is a tutorial: [tutorial.md](tutorial.md).

## Syntax Example
```
?divine [



]
```

## Usage Examples
See the [examples directory](/examples).