Hello,
I am to work on a program for my employeer and I
would like to have the config files and error logs in XML format. I would like
to ask it is it better way to write my own parse or use some existing API
like?
I write it in C language.
Also would like to know, if there is someone with
experience with parsing of mathematical expressions. I want to have expressions
in my config files and use them in condition in C source. It means if there is
something like
x == y
in a config file I want to have a condition with
this expression as it is.
So the condition will look like
IF (x == y) ...
Thank you very much.
Jan Mura
|