Changes between Version 3 and Version 4 of ObjectMacro
- Timestamp:
- 05/17/09 15:07:41 (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ObjectMacro
v3 v4 130 130 The above example only illustrates the basic use of macros, named arguments, and nested macros. !ObjectMacro provides additional (and very useful) features: static text blocks with parameters (to use within macros), recursive macro calls, and various helpers for lists: separator, before_first, after_last, before_one, after_one, before_many, after_many, and none. 131 131 132 As !ObjectMacro generates a set of classes in a target language of choice and requires no other library support, programs that use !ObjectMacro can be distributed without needing to distribute any additional library or, even,template files.132 As !ObjectMacro generates a set of classes in a target language of choice and requires no other library support, programs that use !ObjectMacro can be distributed without needing to distribute any additional library nor template files. 133 133 134 134 == Compiling !ObjectMacro ==
