Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lisp: (read) #38

Open
3 tasks
jorendorff opened this issue Sep 1, 2017 · 0 comments
Open
3 tasks

lisp: (read) #38

jorendorff opened this issue Sep 1, 2017 · 0 comments

Comments

@jorendorff
Copy link
Owner

This function exists but currently doesn't work.

  • make the parser capable of stopping after one datum is parsed
  • make the parser capable of using an arbitrary BufRead as input
  • hook things up

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant