Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] multiple source parsers


  is it possible to have multiple source parsers and allow the user to select one (more or less the same thing we do for debugging engines)?

  i looked around in the source and i see the concept of a 'priority' exists, but i don't think that will help in this case. i'd like to be able to include a stub parser that doesn't do anything, and also provide an easy way to enable an experimental parser i'm working on.

  it also seems that it would also be good functionality to have overall in case someone wants to write their own parser implementation to use with the framework.

--
-jae

Back to the top