You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolves #40, kind of. Once mutual recursion works properly (probably dotty), it should be re-implemented using mutual recursion for some additional safety.
The text was updated successfully, but these errors were encountered:
Jacoby6000
changed the title
Implement AST using recursive datastructures
Implement AST using mutually recursive fixpoint/free datastructures
Apr 23, 2018
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.
Resolves #40, kind of. Once mutual recursion works properly (probably dotty), it should be re-implemented using mutual recursion for some additional safety.
The text was updated successfully, but these errors were encountered: