Building a parser with Visual Parse++

"shteong" <shteong@pd.jaring.my>
7 Jan 2003 23:26:28 -0500

          From comp.compilers

Related articles
Building a parser with Visual Parse++ shteong@pd.jaring.my (shteong) (2003-01-07)
| List of all articles for this month |

From: "shteong" <shteong@pd.jaring.my>
Newsgroups: comp.compilers
Date: 7 Jan 2003 23:26:28 -0500
Organization: Compilers Central
Keywords: parse, question
Posted-Date: 07 Jan 2003 23:26:28 EST

Hi all
I am now doing my u final project - syntax directed editor for c language. I
do the editor in visual basic code. I have to check the syntax of c language
line by line.


I use codesence as my form and visual parse to create my parser. What i get
from visual parse is some .cs , .c , .cpp, .java file and also a visual
basic module.
But I have no idea how can I make use of this all files to make my project
work. My problem now is i don't know how can I parse the line to the
according lex and yacc table and send the error back to editor.


Anyone can help? pls?


thanks


regards,
teong


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.