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

Add parse_token_trees. #52

Merged
merged 1 commit into from
Oct 20, 2016
Merged

Add parse_token_trees. #52

merged 1 commit into from
Oct 20, 2016

Conversation

SimonSapin
Copy link
Contributor

Token trees are much simpler than an AST. This makes them easier to work with when they are sufficient for the task at hand, such as for example expanding a procedural macro.

Token trees are much simpler than an AST.
This makes them easier to work with when they are sufficient
for the task at hand, such as for example [expanding a procedural macro](
servo/html5ever#217).
@dtolnay dtolnay merged commit d34688e into dtolnay:master Oct 20, 2016
@dtolnay
Copy link
Owner

dtolnay commented Oct 20, 2016

Thanks! I released this as syn 0.9.2.

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

Successfully merging this pull request may close these issues.

2 participants