Related articles |
---|
C++ parser/interpreter beery@csc.technion.ac.il (1996-07-02) |
From: | beery@csc.technion.ac.il (Beery Holstein) |
Newsgroups: | comp.compilers |
Date: | 2 Jul 1996 12:33:27 -0400 |
Organization: | Technion, Israel Institute of Technology |
Summary: | checking a C++ program without executing it, line by line |
Keywords: | parse, interpreter, C++, question |
Hello,
I'm looking for a modest C++ syntax-checker. This checker should receive
(interactively) C++ program, line by line, and check for syntax error.
Syntax error is defined as an error which will be reported by a compiler if
and when this program will be compiled in the future. The is not require for
executing the line, apart from updating the symbol table.
A simple parser which doesn't maintain symbol table is not good enough, and
a C++ interpreter is more then enough.
Do you know of such checker?
Thanks,
Beery Holstein
--
* Beery Holstein * The faculty of Computer Science
* e-mail: beery@CS.Technion.AC.IL * Technion - Israel Institute of Technology
* Fax: +972-4-829-4353 * Technion City, Haifa 32000, Israel
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.