Implement Macro System
spy16 opened this issue · 2 comments
spy16 commented
- Identifying macro values.
- Implement macro expansion.
- Handling symbol collision.
spy16 commented
@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.