Crates.io | sexpy |
lib.rs | sexpy |
version | 0.5.6 |
source | src |
created_at | 2020-01-01 00:24:53.872902 |
updated_at | 2020-04-13 01:20:55.162051 |
description | Automatically derivable s-expression parsers for simple programming languages |
homepage | |
repository | https://github.com/sgpthomas/sexpy |
max_upload_size | |
id | 193991 |
size | 30,153 |
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.
Checkout the documentation to figure out how to use this library.