porglezomp / ess

Parsing s-expressions in rust
https://crates.io/crates/ess
zlib License
4 stars 1 forks source link

Parse bools #12

Open porglezomp opened 5 years ago

porglezomp commented 5 years ago

Using the scheme #t and #f syntax.

porglezomp commented 5 years ago

Breaking change since it changes the SExp type