| Date | File | Revision | Author | Revision Log |
|---|---|---|---|---|
| 2007/05/30 10:44:43 | 1092 | 1092 | abw | added documentation to the Template::Grammar skeleton template |
| 2007/04/27 13:21:30 | 1066 | 1066 | abw | fixed whitespace damage |
| 2007/02/09 16:43:41 | 1032 | 1032 | abw | changed parser grammar to accept expression in arguments |
| 2006/05/30 17:01:43 | 1022 | 1022 | abw | * Fixed all the version numbers * General code cleanup * Changed copyright messages, email addresses, etc. * Released version 2.15b |
| 2005/11/29 07:35:19 | 850 | 850 | abw | * fixed broken lines |
| 2004/12/24 14:50:22 | 842 | 842 | abw | * added eq, lt and gt operators to CMPOP, but commented out. |
| 2004/01/13 15:32:22 | 795 | 795 | abw | updated email/copyright |
| 2004/01/13 08:59:10 | 787 | 787 | abw | * changed chunk production to call parser location() method to generate file/line number comment |
| 2003/12/02 13:15:02 | 759 | 759 | abw | * added file/line reporting |
| 2003/12/01 16:06:35 | 755 | 755 | abw | added file/line info to compiled templates |
| 2003/04/28 17:29:10 | 667 | 667 | abw | * added 'IN' as an alternate for '=' in FOREACH directive, e.g. FOREACH item IN [ foo, bar, baz ] |
| 2002/08/08 11:52:24 | 510 | 510 | abw | * changed use of DEBUG flag to DEBUG_DIRS |
| 2002/07/19 13:22:57 | 483 | 483 | abw | * changed to defblock to generate correct naming of nested BLOCKs |
| 2002/07/13 13:30:59 | 467 | 467 | abw | * modified defblock to correctly construct names of nested BLOCK defs |
| 2002/07/12 20:33:15 | 462 | 462 | darren | * Made GRAMMAR, OUTPUT, and PARSER env-var configurable, using := syntax |
| 2002/05/03 12:08:21 | 371 | 371 | abw | * Added DEBUG directive |
| 2001/11/29 16:44:37 | 265 | 265 | abw | commit for 2.06b |
| 2001/09/06 14:00:18 | 216 | 216 | abw | * Applied patch from Craig to allow $foo and ${foo} to be used as keys in hashes. |
| 2001/09/06 13:59:08 | 215 | 215 | abw | * Removed gt, lt, eq, ne, ge and le recently added |
| 2001/08/29 07:49:34 | 195 | 195 | abw | * added comments to note inconsistencies in %CMPOP |