[Monodevelop-devel] Parser Overview

Christian Hergert christian.hergert at gmail.com
Wed Oct 1 12:10:45 EDT 2008


I would love to!

The code can currently be found at:

git://git.dronelabs.com/git/users/chris/monodevelop-pybinding.git
If you place that folder as a sibling to monodevelop/, you can run
"./tester-tool" which will copy the lib over and run "make run" for you.

-- Christian

On Wed, Oct 1, 2008 at 8:47 AM, Michael Hutchinson <m.j.hutchinson at gmail.com
> wrote:

> On Wed, Oct 1, 2008 at 4:57 AM, Christian Hergert
> <christian.hergert at gmail.com> wrote:
> > I've added error highlighting as well.
> >
> > http://audidude.com/dropbox/monodevelop-python-errors.png
> >
> > -- Christian
> >
> > On Wed, Oct 1, 2008 at 12:18 AM, Christian Hergert
> > <christian.hergert at gmail.com> wrote:
> >>
> >> With your help, I was able to get this moving somewhat.
> >>
> >> As an addin, this needs a lot of work. But it currently supports:
> >>
> >> Python project type
> >> Project and file template
> >> Pluggable python runtimes (cPython2.5 only currently. this will change
> >> after i get the ui components added)
> >> Precompiling of python modules (either .pyc or .pyo for optimized)
> >> Code folding for functions/comments/classes
> >> Really basic completion that I will be adding to over the next few
> nights
> >> (basically until its usable for myself daily)
> >> Parsing of python code is done via a subprocess to a long running python
> >> process.  This allows for building a real AST using the "compiler"
> module.
> >>
> >> and the obligatory screenshot
> >>
> >>     http://audidude.com/dropbox/monodevelop-python.png
>
> Nice work!
>
> Would you like to add this to extras?
>
> --
> Michael Hutchinson
> http://mjhutchinson.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-devel-list/attachments/20081001/555a9331/attachment.html 


More information about the Monodevelop-devel-list mailing list