Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] new tcl parser plugin

hello all -

  so i noticed that a new tcl parser plugin has been added tonight when i updated from cvs (the tcl manifest file failed to compile b/c it was looking for a package in the new plugin).

  first thing first. is this a required plugin or should the manifest be marking that plugin as optional?

  that aside, i see that generics have been used and this new plugin relies on emf v2.4.0. both of these require the use of jdk 1.5 and eclipse 3.4. is the dltk going to start making these a requirement?

  now on to emf...

  from my initial poking around, it looks like emf is being used to create the ast for tcl, rather then relying on the classes provided in org.eclipse.dltk.ast. is this all wired up and working? one of the things i find difficult in using those classes is knowing exactly what types of objects i need to create to build an ast the the outline view, etc will understand, and it appears that this may be an 'easier' approach. regardless, i'm definately interested in hearing more about how this is being incorporated for use.

--
-jae

Back to the top