]> git.ipfire.org Git - pakfire.git/commit
parser: Attempt to implement expanding variables
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 22 May 2019 09:11:02 +0000 (10:11 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 22 May 2019 09:11:02 +0000 (10:11 +0100)
commit0ba52fbe1c05e2f2ebe535131d0d8dca826b456f
tree90a6da6bea4cff1bbd19d7f02ffedec1a68f16a1
parenta714578c3ecbe0de62b67bd80b7e3866467cb2b8
parser: Attempt to implement expanding variables

This seems to work (kind of), but there are so many bugs in the other
code that it is hard to tell.

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