using class import code

Eray Ozkural exa at ttnet.net.tr
Sun Feb 23 12:10:06 UTC 2003


Oh my god Roberto what have you done? :) If that is indeed a parser that 
resolves those annoying syntactic ambiguities in ISO C++ that require 
backtracking then this is only a step from a semantic analyzer.

Well done. Congratulations!

__
exa

On Sunday 23 February 2003 12:07, Roberto Raggi wrote:
>
> lexer.h           -- the c++ tokenizer
> lexer.cpp
>
> parser.h          -- the parser
> parser.cpp
>
> error.h           -- the list of errors
> error.cpp
>
> driver.h          -- the driver
> driver.cpp
>
> ast.h
> ast.cpp           -- the abstract syntax tree
>
> tree_parser.h     -- the base class for walkers
> tree_parser.cpp
>
> in attachment you'll find a small example that show how to use the engine
> to perform syntax checking of c++ source files.
>
> ciao robe

-- 
Eray Ozkural (exa) <erayo at cs.bilkent.edu.tr>
Comp. Sci. Dept., Bilkent University, Ankara
www: http://www.cs.bilkent.edu.tr/~erayo  Malfunction: http://mp3.com/ariza
GPG public key fingerprint: 360C 852F 88B0 A745 F31B  EA0F 7C07 AE16 874D 539C





More information about the KDevelop-devel mailing list