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 Scheme AST #30

Closed
2 tasks done
hawkw opened this issue Mar 18, 2015 · 1 comment
Closed
2 tasks done

Implement Scheme AST #30

hawkw opened this issue Mar 18, 2015 · 1 comment

Comments

@hawkw
Copy link
Owner

hawkw commented Mar 18, 2015

Implement the abstract syntax tree for Scheme programs. It should support:

  • pretty-printing the AST
  • walkable/getting children

Some AST features can be unimplemented!() as they will have their own issues. Such as:

@hawkw
Copy link
Owner Author

hawkw commented Mar 18, 2015

Started: 6f62923

@hawkw hawkw closed this as completed in ca6a564 Mar 20, 2015
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