Commits


template: add `while' construct


adjust my copyright email address this code is now part of Game of Trees too!


don't rebuild template/template unless strictly needed This allows to ship a pre-compiled fragments.c in the tarball and not building the template executable. The same thing already happens with yacc and parse.y.


semplifications; now NULL is allowed


template: allow NULL where string are expected


include tmpl.h


template: don't automatically include tmpl.h anymore


template: add quoting support inside {{ ... }} blocks


template: update documentation


template: implicitly set -G when reading from stdin


use the new template -o flag


template: check for unveil in the configure needs unveil too now.


template: use -o in regress


template: add -o to specify the output file This way template can delete output file on parsing errors, which helps a lot with make(1).


more to do...