< April 2007 >
SuMoTuWeThFrSa
1 2 3 4 5 6 7
8 91011121314
15161718192021
22232425262728
2930     

mindrot.org projects weblog

Tue, 17 Apr 2007

mtemplate is now in CVS. This is a small and simple text templating system for C programs, based around a simple generic type library with Python/Javascript-style variable resolution (e.g. it supports nesting of arrays and dictionaries and a lookup syntax like "dict.member.array[10].blah").

mtemplate is intended to be easy to use and have no external dependencies. The code in CVS is stable enough for me to have rewritten cfsm using it. At present it is only available in CVS, but if it interests you then please mail me and I will consider making a release.

posted at: 23:17 | permanent link