Hi Hthere,
is there a possibiliy to to edit c# code (in a file) via a parser or something? I want to add a new property /method/ interface to the class automatically. Does something already exist?
thanks, el
Hi Hthere,
is there a possibiliy to to edit c# code (in a file) via a parser or something? I want to add a new property /method/ interface to the class automatically. Does something already exist?
thanks, el
There is a C# grammar for the Gold Parser (and .NET engines to process the tables), so that you may find what you need there.