libs/web: add template parser reimplemented in C
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 23 Jul 2009 00:41:44 +0000 (00:41 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 23 Jul 2009 00:41:44 +0000 (00:41 +0000)
commit80a2dd2cc27e2fc0c55f03f01a1d460a91954ab6
tree4f1b20fc7842d491cd9ef06be6336e1129186ccc
parent9cf0abcb073454cc405a4757b04446dcdc98d399
libs/web: add template parser reimplemented in C
libs/web/Makefile
libs/web/src/template_lualib.c [new file with mode: 0644]
libs/web/src/template_lualib.h [new file with mode: 0644]
libs/web/src/template_parser.c [new file with mode: 0644]
libs/web/src/template_parser.h [new file with mode: 0644]