birchb1024 / yamp

Yet Another Macro Processor - for YAML - Superseded by Goyamp
GNU General Public License v3.0
13 stars 3 forks source link

Feature Request: Allow builtin macros to be redefined/renamed #3

Closed birchb1024 closed 5 years ago

birchb1024 commented 5 years ago

In case of a name collision with the target language, this will allow any arbitrary names to be used. e.g.

- define: 
    deeplist:  [[[6,7]]]
    renamed: flatone
- renamed: [1, 2, [3], [[4, 5]],  deeplist]