Changes between Version 3 and Version 4 of ObjectMacro

Show
Ignore:
Timestamp:
05/17/09 15:07:41 (4 years ago)
Author:
egagnon@j-meg.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ObjectMacro

    v3 v4  
    130130The 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. 
    131131 
    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. 
     132As !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. 
    133133 
    134134== Compiling !ObjectMacro ==