[MonoDevelop] Re: Reformat source file

Jacob Ilsø Christensen jacobilsoe at gmail.com
Mon Jun 13 11:41:28 EDT 2005


Hi.

I looked a bit more at it. It is going to be hard to generalize the
visitor since it is completely tied to the AST. Does anyone have any
ideas? And do you think it is worth continuing with the visitor
approach?

/Jacob

On 6/11/05, Jacob Ilsø Christensen <jacobilsoe at gmail.com> wrote:
> On 6/10/05, Todd Berman <tberman at off.net> wrote:
> > On Fri, 2005-06-10 at 22:30 +0200, Jacob Ilsø Christensen wrote:
> > > I am not sure what you mean about interfaces...
> > >
> > > And about formatting, I cannot see how it could be language
> > > non-specific. Each language has its own contructs which need to be
> > > structured differently.
> > > Is it the visitor you would like to generalize?
> >
> >
> > I dont really understand the problem domain enough to understand what
> > would need to be generalized.
> >
> > Here is my hope. The amount of code that would need to be implemented
> > per language is minimal, and that most of the code would be shared.
> >
> > I understand that it can't be entirely language non-specific, but lets
> > make a concerted effort to keep it as minimal as possible.
> >
> > --Todd
> >
> >
> 
> Ok, I will have a look and see if things could be generalized some more.
> 
> /Jacob
>


More information about the Monodevelop-list mailing list