Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] Lua Plugins for DLTK

Hi,

I'm currently porting my plugin-set for Lua (LunarEclipse) to DLTK.

I started with the UI copying most from the Ruby plugin and adopt it to Lua. But now I'm at the point where I need to plug the parser in. I've already a Lua parser build with ANTLR and i've read you started also with an ANTLR parser for Tcl, so can you show some documentation or code, where I can see how the parser is connected with the editor. Or which methods I have to implement, to get those fine things like syntax checking, outline view etc.

The framework looks very good to me and it would be great for me if I can contribute to this project by donating my code for the Lua support and provide maintenance for it.

Yours,

	Nicolai Mainiero aka. zovirax


Back to the top