malachi 0.9.8

A domain specific pattern matching language made for defining bot commands.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 [
	<part?: starts("part=")>
	<canto?: starts("canto="), /^\d+$/>
	<verse?: starts("verse="), /^\d+$/>
]
```

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