branches/work/kdevelop4-parser

Roberto Raggi roberto at kdevelop.org
Tue Aug 23 10:20:10 UTC 2005


SVN commit 452391 by raggi:

the new version of the KDevelop C++ parser.
 - new Abstract Syntax Tree
 - new visitor + default visitor

CCMAIL: kdevelop-devel at kdevelop.org
CCMAIL: john at geola.co.uk
CCMAIL: per.winkvist at mandator.com
CCMAIL: treat at kde.org



 M  +0 -823    ast.cpp  
 M  +544 -895  ast.h  
 D             ast.table  
 A             default_visitor.cpp   [License: LGPL (v2+) (wrong address)]
 A             default_visitor.h   [License: LGPL (v2+) (wrong address)]
 A             dumptree.cpp   [License: no copyright]
 A             dumptree.h   [License: no copyright]
 D             errors.cpp  
 D             errors.h  
 M  +1234 -1179 lexer.cpp  
 M  +22 -50    lexer.h  
 M  +0 -14     list.h  
 M  +51 -38    main.cpp  
 M  +2904 -3300 parser.cpp  
 M  +134 -179  parser.h  
 M  +3 -3      r++  
 M  +16 -9     rxx.pro  
 M  +10 -1     symbol.h  
 A             tokens.cpp   [License: no copyright]
 M  +31 -35    tokens.h  
 D             treedump.cpp  
 D             treedump.h  
 D             treewalker.cpp  
 D             treewalker.h  
 A             visitor.cpp   [License: LGPL (v2+) (wrong address)]
 A             visitor.h   [License: LGPL (v2+) (wrong address)]






More information about the KDevelop-devel mailing list