Hello all, I am trying to find some source code that uses spirit to parse C++ and convert it to HTML, i found some on google, but i misplaced it and i can't find it again. It looked like it could have been an example provided with the library, but i can't see it listed in the documentation. On a side note, anyone know the best way to use boost with cygwin? From source? Is there even another way? Thanks for any help! Gaz
Are you referring to code that translates C++ into an xml-ish parse tree, or code that makes c++ code look pretty as html? I am aware of an html pretty-printing program for c++ sources written using boost.regex, if that's what you seek. Cheers, Ron On Oct 14, 2004, at 8:24 AM, Foster, Gareth wrote:
Hello all, I am trying to find some source code that uses spirit to parse C++ and convert it to HTML, i found some on google, but i misplaced it and i can't find it again. It looked like it could have been an example provided with the library, but i can't see it listed in the documentation. On a side note, anyone know the best way to use boost with cygwin? From source? Is there even another way? Thanks for any help! Gaz _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Foster, Gareth wrote:
Hello all,
I am trying to find some source code that uses spirit to parse C++ and convert it to HTML, i found some on google, but i misplaced it and i can't find it again. It looked like it could have been an example provided with the library, but i can't see it listed in the documentation.
On a side note, anyone know the best way to use boost with cygwin? From source? Is there even another way?
See the repository: http://spirit.sourceforge.net/repository/applications/show_contents.php Cheers, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net
participants (3)
-
Foster, Gareth
-
Joel
-
Ronald Garcia