]> git.sur5r.net Git - i3/i3/commit
add first bits of a (custom) config parser
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 7 Oct 2012 14:32:50 +0000 (16:32 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 8 Oct 2012 11:17:46 +0000 (13:17 +0200)
commit00fca2dabd483633abdd47d1a3518b6884ff23af
treee797c5e1163bc942e767c91ff2e92547c9f681de
parentd36264e403050d6c9dc564b90debe5bdb175488b
add first bits of a (custom) config parser
include/all.h
include/config_directives.h [new file with mode: 0644]
parser-specs/config.spec [new file with mode: 0644]
src/config_directives.c [new file with mode: 0644]
src/config_parser.c [new file with mode: 0644]
src/i3.mk
testcases/Makefile.PL
testcases/t/201-config-parser.t [new file with mode: 0644]