-
Notifications
You must be signed in to change notification settings - Fork 540
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
"HIR and HIR Lowering" #17
Comments
@nikomatsakis I'd like to give this a go, but know very little about compilers in general or rustc in particular. I'm happy to just read the code and put a rough first sketch together, but if you can point me at any other existing resources that would be great. Edit: the current README looks like a good start. What's the planned division of information between the guide and the READMEs? |
@theotherphil my plan is to move README content into the guide, since the guide itself will eventually move into rustc. Our experience has been that the READMEs are not typically very "discoverable". So, an initial PR based on the README would be a good start! Feel free to ping me with questions. I'll try to keep up here, but you can also find me on gitter or IRC. |
Ok great, thanks! |
Ping @theotherphil :) Any updates? |
Nothing yet, apart from copying Nico's README from librustc. I have a document with some questions I want to answer but I've not yet had time to work out any answers. |
I didn't get the time to write anything useful on this topic and I'm now going to be computerless for a while so won't be doing any work in the near future either. Sorry for the slow progress - if anyone else fancies working on this they won't be stepping on my toes. |
Thanks for the heads up @theotherphil :) |
appendix/code-index.md translated
Triage: closing. There is now a section on the HIR and HIR lowering so this issue is a bit too general. Closing this in favor of more specific issues. |
Talk about the HIR:
The text was updated successfully, but these errors were encountered: