]> mj.ucw.cz Git - libucw.git/commit
conf2: enhanced the interpreter so that it can parse almost anything on 1 line
authorRobert Spalek <robert@ucw.cz>
Fri, 21 Apr 2006 09:26:24 +0000 (11:26 +0200)
committerRobert Spalek <robert@ucw.cz>
Fri, 21 Apr 2006 09:26:24 +0000 (11:26 +0200)
commitfaafb58a5832e5462dccdb89f74133ce296fa06d
treef06931e64be2b7c7455039facd71886ff9edef54
parent8104aea48f6bf626d00387ad5d64eb1fced427c3
conf2: enhanced the interpreter so that it can parse almost anything on 1 line

I cleaned up the subroutines so that they form a nice recursive structure
that allows to parse almost anything (static and dynamic arrays, lists,
parsed value, and sections in all combinations) on 1 line, while detecting
ambiguities.
lib/conf2.c