sexpy 0.1.2

Automatically derivable s-expression parsers for simple programming languages
Documentation
1
2
3
4
5
6
7
.PHONY: test expand

expand:
	cargo expand --lib --tests

test:
	cargo test -- --nocapture