sexpy 0.1.2

Automatically derivable s-expression parsers for simple programming languages
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Sexpy
Automatically derives s-expression parsers from Rust type definitions.
This library is meant for simple Programming Language definitions and gives you some
control of the parsing of the language.

## Tasks
- Nicer parsing messages
- After parsing, allow error messages to point to syntax
- Write documentation

## Comparison to Serde
...