You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now, I replace "problematic" scheme literals "#, @, etc..." using a dumb str replace. It would be nicer to have scheme parsed according to a proper scheme grammar and then use the generated structures for eval/apply. Maybe use instaparse?
Please head over to scheje.slack.com so we can discuss this further.
The text was updated successfully, but these errors were encountered:
Interested in helping but couldn't sign in to slack??! I've written lots of DCG parsers with Prolog for this and that and some parsers with Grako/Python. I am now using Clojure for my day job and looking to hone my skills elsewhere and this looks interesting as I have used scheme in the past as well. So, if you would like some assistance, here I am!
Thanks,
Sean.
Interested in helping but couldn't sign in to slack??! I've written lots of
DCG parsers with Prolog for this and that parsers with Grako/Python. I am
now using Clojure for my day job and looking to hone my skills elsewhere
and this looks interesting as I have used scheme in the past as well. So,
if you would like some assistance, here I am!
Thanks,
Sean.
As of now, I replace "problematic" scheme literals "#, @, etc..." using a dumb str replace. It would be nicer to have scheme parsed according to a proper scheme grammar and then use the generated structures for eval/apply. Maybe use instaparse?
Please head over to scheje.slack.com so we can discuss this further.
The text was updated successfully, but these errors were encountered: