|
|
|
|
|
by alpaca128
1495 days ago
|
|
Rust macros are one of the more annoying features to me. They're great at first glance but whenever I want to build more fancy ones I constantly bump into limitations. For example they seem to be parsed without any lookahead, making it difficult to push beyond the typical function call syntax without getting compiler errors due to ambiguity. |
|
e.g.
https://turreta.com/2019/12/24/pattern-matching-declarative-...