TyOverby / ares

A Lisp made for easy integration with Rust.
9 stars 1 forks source link

Symbol Interning #21

Closed TyOverby closed 9 years ago

TyOverby commented 9 years ago

Should belong to the Context, but the parser needs a mutable reference to the interner too.

Environments should be keyed on Symbol instead of Strings as well (should be a huge speedup here too).

TyOverby commented 9 years ago

Closed in #22