Related articles |
---|
Help Required in implementing code completion feature vram1@student.monash.edu.au (2003-12-13) |
Re: Help Required in implementing code completion feature user_77@hotmail.com (Nobody) (2003-12-14) |
From: | "Nobody" <user_77@hotmail.com> |
Newsgroups: | comp.compilers |
Date: | 14 Dec 2003 21:55:38 -0500 |
Organization: | RoadRunner - Central Florida |
References: | 03-12-096 |
Keywords: | tools |
Posted-Date: | 14 Dec 2003 21:55:38 EST |
"Vivek" <vram1@student.monash.edu.au> wrote
> I'm trying to develop a code completion module for an IDE of a simple
> OO language. This would be similar to code completion features found
> in Visual Studio( Microsoft IntelliSense), Eclipse(Java IDE) etc. I
> have the grammar and a compiler developed using lex and yacc.
Why reinvent the wheel.
http://synedit.sourceforge.net/
Return to the
comp.compilers page.
Search the
comp.compilers archives again.