I'd like to write a shell for oranj similar to bpython. I've already written a pygments parser for it, and writing completion shouldn't be too hard. What else needs to be changed before I can get a full bpython-esque shell for oranj? Is there anything in curses to fiddle with, for example? (I tried just replacing PythonLexer with OranjLexer, but it doesn't seem to work)
Oranj: http://github.com/pavpanchekha/oranj/tree/master OranjLexer: http://dev.pocoo.org/projects/pygments/ticket/409 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "bpython" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/bpython?hl=en -~----------~----~----~----~------~----~------~--~---
