Initial import.

Only templates for now. This is based on some code from 2013 and adds a
proper build system and tests.
This commit is contained in:
Jonathan Schleifer 2016-05-06 20:04:28 +02:00
commit 96dec81b87
No known key found for this signature in database
GPG key ID: 338C3541DB54E169
21 changed files with 5444 additions and 0 deletions

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
SUBDIRS = src tests
include buildsys.mk
tests: src