Split val_parse() into type-specific helpers
commitedf8fbc98586ff878db076f5b20077f1ca21ea76
authorPetr Tesarik <petr@tesarici.cz>
Tue, 16 Oct 2012 06:19:47 +0000 (16 08:19 +0200)
committerPetr Tesarik <petr@tesarici.cz>
Tue, 16 Oct 2012 06:19:47 +0000 (16 08:19 +0200)
tree4fec07e52f07927346c6385fb7fb14909c3b866a
parent2fded4c68e277ef33a81675dc630c07f41dd9b19
Split val_parse() into type-specific helpers

The val_parse() function has grown too long for maintainability. Let's
split it into many specialized functions for each type of atom.
libhed/expr.c