Skip to content
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

Machine Readable Specification for the Cadence Intermediate Representation #3687

Open
4 tasks
jsproz opened this issue Nov 21, 2024 · 0 comments
Open
4 tasks
Assignees

Comments

@jsproz
Copy link

jsproz commented Nov 21, 2024

Issue to be solved

Create a machine readable specification for the Cadence IR (Intermediate Representation) that can be used to generate the structures for the IR.

Suggested Solution

  • The specification has a section that describes the notation.
  • The specification has been used to generate a go implementation that is a drop-in replacement for the current IR nodes.
  • The specification describes the transformation from the ST(Syntax Tree) to the IR.
  • The drop-in replacement has been used to compare the current implementation with the generated implementation and there is a high degree of confidence in the specification.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant