Open porglezomp opened 5 years ago
We should have parsing be associated with a parsing "session" (API name pending…) that handles the interning etc.
We can change the main parse() API to lock a shared global session
parse()
This is a breaking change since it'd require changing the SExp type.
SExp
We should have parsing be associated with a parsing "session" (API name pending…) that handles the interning etc.