I wanted to know if anyone had ideas about how to create an editor / gui for Python's DSL.
So I have a grammar (based on textX project) and a class which interpret my DSL grammar. But I want to create an editor which has auto-completion and syntax highlight for the grammar of my own DSL.
Is it possible ?
I went into PySide, Qscintilla, but I'm a little lost, it doesn't seem to be appropriate. Furthermore DSL is pretty new as a concept, so there is pretty much 0 docs on the net, that's why I'm here (you never know !)
EDIT : ^Sorry apparently I'm triggering everyone about that sentence up. My bad, I'm pretty new to DSL, and I wanted to say there is almost nothing about develop a DSL in Python compared to Java (with Eclipse Modeling...)
Cya !