marcioAlmada / yay

Yay is a high level PHP preprocessor
https://github.com/marcioAlmada/yay
MIT License
572 stars 35 forks source link

First class macros #28

Closed marcioAlmada closed 8 years ago

marcioAlmada commented 8 years ago

Some macros need to behave like first class language features therefore they need permanent allocation. The plan is to use a ·global tag to make a macro persistent across files.

marcioAlmada commented 8 years ago

d4d6e34 seems enough for now

:white_check_mark: