Add simple template library
authorteodor <teodor>
Tue, 30 Sep 2008 13:21:38 +0000 (13:21 +0000)
committerteodor <teodor>
Tue, 30 Sep 2008 13:21:38 +0000 (13:21 +0000)
commitb99712a22de6fb3f45b36580e63596aac7e6061c
tree13b7219b110ff580b63464ae11a6f9309d0aaa4d
parent654d594fd43a950db71f61ab770a82f148bf622b
Add simple template library
Makefile
data/template.tmpl [new file with mode: 0644]
data/template_include.tmpl [new file with mode: 0644]
expected/tmpl [new file with mode: 0644]
template.c [new file with mode: 0644]
template.h [new file with mode: 0644]
tests/tmpl [new file with mode: 0644]
tmpl_gram.y [new file with mode: 0644]
tmpl_scan.l [new file with mode: 0644]