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
{{ message }}
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.
Can you tell us how you went about adding support for multiple languages?
I see in the source code that some code for parsing is generated by ocamltarzan. Does that mean that you were able to generate some code, and didn’t have to code by hand the asts.
Do you have any advice for someone who would like to add support for Java 8, and other languages?
Thanks!
The text was updated successfully, but these errors were encountered:
I think at least some parts were originally generated by tarzan, but have been modified by hand since then. Others might be totally hand-rolled? Not sure. @aryx would have to comment to be sure.
Thank you, that's what I thought too. I wanted to see how we could generate even some parts by tarzan. That could really speed things up, while adding support for a language.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Can you tell us how you went about adding support for multiple languages?
I see in the source code that some code for parsing is generated by ocamltarzan. Does that mean that you were able to generate some code, and didn’t have to code by hand the asts.
Do you have any advice for someone who would like to add support for Java 8, and other languages?
Thanks!
The text was updated successfully, but these errors were encountered: