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

Implement AST using mutually recursive fixpoint/free datastructures #63

Closed
Jacoby6000 opened this issue Nov 13, 2017 · 2 comments
Closed
Assignees
Labels
Milestone

Comments

@Jacoby6000
Copy link
Owner

Resolves #40, kind of. Once mutual recursion works properly (probably dotty), it should be re-implemented using mutual recursion for some additional safety.

@Jacoby6000 Jacoby6000 added this to the 1.0.0 milestone Nov 15, 2017
@Jacoby6000
Copy link
Owner Author

Do #50 while doing this.

@Jacoby6000 Jacoby6000 added the AST label Nov 15, 2017
@Jacoby6000 Jacoby6000 self-assigned this Nov 15, 2017
@Jacoby6000 Jacoby6000 changed the title Implement AST using recursive datastructures Implement AST using mutually recursive fixpoint/free datastructures Apr 23, 2018
@Jacoby6000
Copy link
Owner Author

Closing this. Look at the dotty branch to see where this is at... basically, it's not feasible. It worked at one point, then dotty updated and broke it. I don't want to fix it again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant