-
Notifications
You must be signed in to change notification settings - Fork 7
Unfolding #68
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
Conversation
parser support for unfolding
unfolding expressions extension
fixed compile errors in parser, analyzer and transformer.
fixed IR printing
added test files for unfolding
Maybe move all the |
I would also suggest potentially updating the documentation for GVC0 to have unfolding - at least the language grammar and validation since I see you're at least changing the grammar and the validation. There is some other documentation for which you may want to take a look at to see if you would like to change anything there: |
Otherwise it looks good to me! |
just storing these locally on my computer for now, since I'm not sure how useful they are.
thanks for the review! I'll go ahead and merge now. |
extension to support unfolding expressions, along with test cases (c0 and vpr).