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 Macro System #4

Open
2 of 3 tasks
spy16 opened this issue Oct 14, 2020 · 2 comments
Open
2 of 3 tasks

Implement Macro System #4

spy16 opened this issue Oct 14, 2020 · 2 comments
Milestone

Comments

@spy16
Copy link
Owner

spy16 commented Oct 14, 2020

  • Identifying macro values.
  • Implement macro expansion.
  • Handling symbol collision.
@spy16 spy16 added this to the v1.0 milestone Oct 14, 2020
@spy16
Copy link
Owner Author

spy16 commented Oct 14, 2020

@lthibault I was wondering if instead of having Expander as another thing, we could just shift the responsibility of Expansion to Analyzer itself? What are your thoughts? So we just have single Analyzer interface that is responsible for all kinds of syntax analysis.

@lthibault
Copy link
Collaborator

@spy16 Yeah, I don't see a strong case for keeping the two separate anymore. Let's do it 👍

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

No branches or pull requests

2 participants