]> git.ipfire.org Git - people/stevee/pakfire.git/commit - src/libpakfire/parser.c
libpakfire: parser: Move logic into the C file
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 22 May 2019 14:26:27 +0000 (15:26 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 22 May 2019 14:26:27 +0000 (15:26 +0100)
commitfb077c4c0ecea41f29a672ea533056e8125afaa7
tree8df383867b1cb2f3d9a4b9f8419e55c72f8463b0
parent0ba52fbe1c05e2f2ebe535131d0d8dca826b456f
libpakfire: parser: Move logic into the C file

The bison file was getting very messy and the parser is large
enough to have its own object with ref counting.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/archive.c
src/libpakfire/include/pakfire/parser.h
src/libpakfire/include/pakfire/types.h
src/libpakfire/libpakfire.sym
src/libpakfire/parser/grammar.y
src/libpakfire/parser/parser.c
tests/libpakfire/makefile.c