R
Rick
.... must be able and willing to convert a slew of c/c++ and associated files
into tokens -- preferably into XML.
Hi folks. I've had no luck going down the BNF or YACC route on this one.
Is there a class out there which can take a file / number of files as
parameters and spew me an XML stream or file? This is simply going to be
used in a tool to add code in source for a client's project. I was going to
use regexes for this, but wanted to explore this route first.
I also realize how monumental this request may be. Just wanted to know if
the work has already been done.
into tokens -- preferably into XML.
Hi folks. I've had no luck going down the BNF or YACC route on this one.
Is there a class out there which can take a file / number of files as
parameters and spew me an XML stream or file? This is simply going to be
used in a tool to add code in source for a client's project. I was going to
use regexes for this, but wanted to explore this route first.
I also realize how monumental this request may be. Just wanted to know if
the work has already been done.