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: | vram1@student.monash.edu.au (Vivek) |
Newsgroups: | comp.compilers |
Date: | 13 Dec 2003 21:05:55 -0500 |
Organization: | http://groups.google.com |
Keywords: | editor |
Posted-Date: | 13 Dec 2003 21:05:55 EST |
Hello,
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.
Does anybody know of papers/books/online documentation that can
explain how to do this? Where can I find examples? How can I use lex
and yacc to aid in automatic code completion?
Any help would be greatly appreciated.
Thanks!
Vivek
Return to the
comp.compilers page.
Search the
comp.compilers archives again.