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

Tree IR Pretty Printer #401

Open
oflatt opened this issue Mar 8, 2024 · 0 comments
Open

Tree IR Pretty Printer #401

oflatt opened this issue Mar 8, 2024 · 0 comments

Comments

@oflatt
Copy link
Member

oflatt commented Mar 8, 2024

It should use the rust bindings in ast.rs.
For example this:

(Let (Arg (Base (IntT)))
  (Add (Const (Int 3) (Base (IntT))) (Const (Int 3) (Base (IntT)))))

Should be printed as this:

tlet(arg(), add(int(3), int(3)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant