Skip to content

Tasty Reflection #4270

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

Merged
merged 4 commits into from
Apr 6, 2018
Merged

Tasty Reflection #4270

merged 4 commits into from
Apr 6, 2018

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Apr 6, 2018

As a first step towards a reflective macro system based on Tasty, a high-level view of
what tasty trees are. So far omitted are positions and how to compute types.

This first commit should serve as a blueprint for an extractor-based approach that
connects to the underling trees.

odersky added 3 commits April 6, 2018 17:27
As a first step towards a reflective macro system based on Tasty, a high-level view of
what tasty trees are. So far omitted are positions and how to compute types.

This first commit should serve ad a blueprint for an extractor-based approach that
connects to the underling trees.
Add outline for where positions go. Add some missing extends clauses. Add some mods fields in extractors.
Saves some Type classes and is closer to how compilers handle it.
@nicolasstucki nicolasstucki merged commit 0e31883 into scala:master Apr 6, 2018
@olafurpg olafurpg deleted the tasty-adt branch April 7, 2018 09:00
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