TyOverby / ares

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

tokenization improvements #5

Closed bwo closed 9 years ago

bwo commented 9 years ago

in addition to improving the escapes and the handling of ', this also changes the Symbol token to carry a String rather than an & str, like the String and Number tokens.