-
Notifications
You must be signed in to change notification settings - Fork 442
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
Add further information on compilation-and-readback.md #745
Comments
Bend core terms directly compile to HVM nodes. Matches get compiled to the above core constructs according to the adt-encoding option. The rest of the compilation process is (should be) described in the other documents. We have the following (relevant to this document) compiler passes:
The documentation should also link to the HVM2 paper instead of the old hvm-64. |
Feedback on Document Completeness
The document is incomplete regarding the nodes Eraser, Reference, and Match, and only briefly mentions Number and Operation.
Suggestions for Improvement
To render the document more complete, the following could be added:
Description and Model of Each Type of Node
Provide detailed descriptions and formal models for each node type.
Interaction Rules Between Nodes
Specify the rules and constraints that govern how different node types interact with each other.
Pattern Matching Implementation
Elaborate on how pattern matching is implemented, covering:
The text was updated successfully, but these errors were encountered: