-
Notifications
You must be signed in to change notification settings - Fork 143
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
New Representation for Pattern Matches #285
Comments
This was referenced Aug 30, 2015
I just created a branch
Points 2a and 2b are independent. I will start working on 1 and 2b now. @mn200 is that plan OK? |
Looks great. |
Since there was no disagreement, I'm closing this issue now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a follow-up on the ITP talk Pattern Matches in HOL: A New Representation and Improved Code Generation (slides, paper) there was a discussion moving the new pattern matching representation from
examples/pattern_matches
to somewhere in thesrc
directory, so it is easier to use. It should be as early as possible and definitely be loaded bybossLib
.There are a few issues that need addressing, though. Most importantly, we need to come up with a new syntax for it and adapt the parsing and pretty printing. Then one needs to analyse dependencies and remove unnecessary ones in order to get it working early up in the build-process. Then tools need integrating in the standard tools like
std_ss
. Finally, we might want to add extra features and reimplement existing ones with the help of the new pattern matches. I will create separate issues for these points.src
(issue New Representation for Pattern Matches - Moving tosrc
#287)Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: