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.
- Host: GitHub
- URL: https://github.com/insomnimus/malachi
- Owner: insomnimus
- License: apache-2.0
- Created: 2021-10-22T23:16:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T12:35:58.000Z (almost 2 years ago)
- Last Synced: 2026-02-13T08:47:58.198Z (5 months ago)
- Topics: bot, discord, dsl, pattern-matching, regex, rust
- Language: Rust
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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).