thelilylang / lily

The Lily programming language ⚜
MIT License
9 stars 2 forks source link

Fix wrapped macro call bug #514

Closed ArthurPV closed 3 months ago

ArthurPV commented 3 months ago

Before this fix, the following code did not work:

#define X(x) x

X(X(X(2)))