Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[imp-dev] Problems with custom parser

Hello everybody,

I hope this mailing list isn't already dead=) I tried to implement parser generated by ANTLR in IMP, so I implemented some Interfaces, as user's guide says: IParseController, ISourcePositionLocator, and some else, then I decided to add token coloring and check, do parser works, or not. But when I tried to open file with my language's extension, I run into error window: "Unable to instantiate parser for language '%LangName%'; parser-related services will be disabled." 

I tried to set breakpoints at the IParseController's constructor, but it looks like IPaseController doesn't even invoked.

Any suggestions? How can I find more information on such error, or, may be, what class invokes IParseController?

--
Kind regards,
Anatoly Kondratyev.

Back to the top