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

WIP: Macro compiler dev #36

Merged
merged 108 commits into from
Mar 5, 2021
Merged

WIP: Macro compiler dev #36

merged 108 commits into from
Mar 5, 2021

Conversation

plaidfinch
Copy link
Contributor

No description provided.

Copy link
Contributor Author

@plaidfinch plaidfinch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some comments after going through the changes to support spans. The most broad-scoped question I have is about the way error information is collected and propagated. What are your thoughts @sdleffler?

dialectic-compiler/src/lib.rs Outdated Show resolved Hide resolved
dialectic-compiler/src/lib.rs Outdated Show resolved Hide resolved
dialectic-compiler/src/lib.rs Outdated Show resolved Hide resolved
dialectic-compiler/src/lib.rs Outdated Show resolved Hide resolved
dialectic-compiler/src/lib.rs Outdated Show resolved Hide resolved
dialectic-compiler/src/lib.rs Outdated Show resolved Hide resolved
dialectic-compiler/src/lib.rs Outdated Show resolved Hide resolved
dialectic-compiler/src/lib.rs Show resolved Hide resolved
dialectic-compiler/src/lib.rs Outdated Show resolved Hide resolved
sdleffler and others added 27 commits February 22, 2021 13:37
Fixes #32. This also eliminates unnecessary bounds left over from
previous iterations of the type system.
This matches the macro's code generation to the new `Then` trait.
@sdleffler sdleffler mentioned this pull request Mar 2, 2021
6 tasks
@sdleffler sdleffler linked an issue Mar 2, 2021 that may be closed by this pull request
6 tasks
@plaidfinch plaidfinch merged commit 0cf758d into main Mar 5, 2021
@plaidfinch plaidfinch deleted the macro-compiler-dev branch March 5, 2021 21:49
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.

Tracking issue for macro compiler
2 participants