jorendorff / cell-gc

A very small GC in Rust, with a safe API
MIT License
61 stars 4 forks source link

lisp: (read) #38

Open jorendorff opened 7 years ago

jorendorff commented 7 years ago

This function exists but currently doesn't work.

It would be nice to be able to delete the (parse) extension, but it currently distinguishes incomplete input from erroneous input (which read doesn't seem to do), and the REPL uses that.