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

AST is on fire #64

Closed
hawkw opened this issue Dec 20, 2014 · 0 comments
Closed

AST is on fire #64

hawkw opened this issue Dec 20, 2014 · 0 comments

Comments

@hawkw
Copy link
Owner

hawkw commented Dec 20, 2014

Sometimes, AST nodes are created that don't have parents, which screws up the compiler for obvious reasons (see the line on which it's caught).

This happens in code generation for while1.decaf, for1.decaf, for2.decaf, and for3.decaf. All of these programs would compile otherwise.

hawkw added a commit that referenced this issue Dec 21, 2014
 + `function3.decaf` works
 + `function1.decaf`, `function2.decaf`, `function4.decaf`, `function6.decaf` all are broken because of The Terrible AST Problem (#64)
 + `function5.decaf` ...doesn't exist.
@hawkw hawkw closed this as completed in 8a8685e Dec 28, 2014
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