Add support for expression-call syntax for macros#518
Add support for expression-call syntax for macros#518Kijewski merged 3 commits intoaskama-rs:masterfrom
Conversation
b720cd4 to
486fa5a
Compare
|
Okay, I think I'm ready for review with this change. I added a After this major refactoring, the implementation of #517 was very straightforward. |
c92d179 to
36c473b
Compare
|
Minor change:
|
|
Rebased after the code was touched by: #527 |
|
Still looks good to me. Still waiting for @Kijewski's review whenever they have time and motivation. 😉 |
Introduced a new helpers module where code generation can be placed. For this, some generator methods had to become pub(crate) instead of private.
|
Rebased to latest changes. |
Kijewski
left a comment
There was a problem hiding this comment.
Sorry for the late review and that you had to rebase multiple times!
Thank you very much, this is great!
|
Thanks to both of you! |
Initial implementation.
Known limitations:
Depends on (and contains): #510
Fixes: #517