-
Notifications
You must be signed in to change notification settings - Fork 808
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
Request - simple lisp parsing example #952
Comments
sorry, I do not have the time to work on this, but if you find or write a good one, I could add it to the list of examples |
@bddap didn't see this before posting #903 (comment) ; I made an s-expression parser using nom5 which is MIT licensed. I'd be willing and able to contribute to a lisp parser example. What exactly did you have in mind? Something like S-expressions or a full parser for scheme or something? |
Awesome! A very simple s-expression parser, something less than 100 lines, would make it easy to get started using nom. The json example is a good start, but an s-expr parser could be much simpler. |
@bddap |
This would be helpful.
The text was updated successfully, but these errors were encountered: