porglezomp / ess

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

Interning #8

Open porglezomp opened 5 years ago

porglezomp commented 5 years ago

We should have parsing be associated with a parsing "session" (API name pending…) that handles the interning etc.

porglezomp commented 5 years ago

We can change the main parse() API to lock a shared global session

porglezomp commented 5 years ago

This is a breaking change since it'd require changing the SExp type.