bgarrels / zipscript

Automatically exported from code.google.com/p/zipscript
0 stars 0 forks source link

Refine macro definition format #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
- All template-defined parameters must be specified first
- All required parameters must be specified second
- All optional parameters must be specified third
- All standard parameters must be either required or defaulted
- Optional parameters should be defaulted with null
Ex:
[#macro myMacro | templateDefinedParameter[...] requiredParam
optionalParam=null defaultedParam="something"]

Original issue reported on code.google.com by joe...@gmail.com on 26 Jul 2008 at 6:39

GoogleCodeExporter commented 9 years ago

Original comment by joe...@gmail.com on 26 Jul 2008 at 7:44