sexpy 0.5.2

Automatically derivable s-expression parsers for simple programming languages
Documentation
1
2
3
4
5
6
7
8
![](https://github.com/sgpthomas/sexpy/workflows/Rust/badge.svg)
# 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.

## Documentation
Checkout the [documentation](https://docs.rs/sexpy) to figure out how to use this library.