Re: C# Syntax tree

"Ira Baxter" <idbaxter@semdesigns.com>
30 Mar 2003 21:32:38 -0500

          From comp.compilers

Related articles
C# Syntax tree vant@inwind.it (Ricky) (2003-03-22)
Re: C# Syntax tree idbaxter@semdesigns.com (Ira Baxter) (2003-03-30)
Re: C# Syntax tree s.bosscher@student.tudelft.nl (2003-03-31)
| List of all articles for this month |

From: "Ira Baxter" <idbaxter@semdesigns.com>
Newsgroups: comp.compilers
Date: 30 Mar 2003 21:32:38 -0500
Organization: Compilers Central
References: 03-03-137
Keywords: tools
Posted-Date: 30 Mar 2003 21:32:38 EST

"Ricky" <vant@inwind.it> wrote
> Does anyone know of a library (or tool) that permits to generate the
> syntactic tree out of the C# code??


The DMS Software Reengineering Tookit provides machinery to
parse/analzye/transform source programs. It can be obtained with a C#
front that automatically builds ASTs.


--
Ira D. Baxter, Ph.D., CTO 512-250-1018
Semantic Designs, Inc. www.semdesigns.com



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.