]> git.sur5r.net Git - i3/i3/commit
Finish configfile parsing with lexer, implement -l to use the lexer.
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 19 Sep 2009 17:05:15 +0000 (19:05 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 19 Sep 2009 17:05:15 +0000 (19:05 +0200)
commitca472559b93213b3330a16c674333dc441f01911
treea64471dbdb6658dad15fae2d4fab5bdbf0c7da7a
parent207ad0a7dfdd51ec364e14275aeded14fabfe800
Finish configfile parsing with lexer, implement -l to use the lexer.

Every user is encouraged to use -l to switch to the new lexer and
see if there are any problems.
include/config.h
src/cfgparse.l
src/cfgparse.y
src/config.c
src/mainx.c