]> git.sur5r.net Git - i3/i3/commit
i3-config-wizard: switch away from bison/flex to hand-written parser
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 25 Dec 2012 13:15:06 +0000 (14:15 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 25 Dec 2012 13:20:17 +0000 (14:20 +0100)
commit0e4c956c1d3707f55fbdbb4eb606873cd399d087
tree8997cc04bdcf419c274e4918f6f093839d21bb99
parentf866607c676495ddfd0e3e7d80f56931d95d73cd
i3-config-wizard: switch away from bison/flex to hand-written parser

This adds some code duplication which we might remove in a future
refactoring or not. Depends on whether unifying the parsers actually
makes the code better or not. I suspect it doesn’t :-).
i3-config-wizard/cfgparse.l [deleted file]
i3-config-wizard/cfgparse.y [deleted file]
i3-config-wizard/i3-config-wizard.mk
i3-config-wizard/main.c
parser-specs/config.spec