G
Guest
Hi,
I've encountered the following problem:
My input is a .cs file. The output I need is a parsed tree.
I'd like to use CodeParser.Parse which Compiles the specified text stream
into a CodeCompileUnit. (
http://msdn.microsoft.com/library/d...mcodedomcompilercodeparserclassparsetopic.asp
). However, it seems like there is no implementation of this function in the
..NET framework.
Is that true? is there no way to create a codecompileunit object from a
sourcecode? If so, which parsers would you recommend?
I checked a few, including goldparser and programmar. Is this the right
solution, or am I missing something in the CodeDom solution?
Thanks in advance,
Engel
I've encountered the following problem:
My input is a .cs file. The output I need is a parsed tree.
I'd like to use CodeParser.Parse which Compiles the specified text stream
into a CodeCompileUnit. (
http://msdn.microsoft.com/library/d...mcodedomcompilercodeparserclassparsetopic.asp
). However, it seems like there is no implementation of this function in the
..NET framework.
Is that true? is there no way to create a codecompileunit object from a
sourcecode? If so, which parsers would you recommend?
I checked a few, including goldparser and programmar. Is this the right
solution, or am I missing something in the CodeDom solution?
Thanks in advance,
Engel