-
Notifications
You must be signed in to change notification settings - Fork 52
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
Menhir parser #1071
Menhir parser #1071
Conversation
… more binops, etc)
@green726 I'm looking at upping our testing game and would like to be able to write tests in concrete syntax. We can run strings through tylr to get a UExp, but there is no equivalent for internal expressions. How do you feel about finishing up this PR to provide a parser for DHExp terms? |
@cyrus- Sure! IIRC, the menhir parser was pretty much fully written and I just needed to translate the AST output by Menhir into the DHExp/DHPat terms. However, I may not be able to get much work done on this in the next few weeks; I have a paper due back with revisions to a journal in <2 weeks (solo project I submitted to Journal of Computer Languages), and I still have a lot of writing left to do. Once I get that paper in though, I should hopefully be able to finish this pretty quickly. Maybe we could do a zoom or I could hop on to office hours at some point to discuss this more? |
@green726 okay sounds good. (let me know if you want any feedback on your paper!) |
Thank you! I appreciate the offer and will let you know when it's almost done. |
Closing in favor of #1220 since the merge was already done there. |
No description provided.