mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
25 lines
391 B
Text
25 lines
391 B
Text
description "Partly heurestic (imprecise) C++ parser for purposes of Assist++ (intellisense)\377";
|
|
|
|
uses
|
|
Core;
|
|
|
|
file
|
|
CppBase.h options(BUILDER_OPTION) PCH,
|
|
keyword.i,
|
|
ppconfig.cpp,
|
|
macro.cpp,
|
|
ppfile.cpp,
|
|
srcfiles.cpp,
|
|
cpp.cpp,
|
|
Pre.cpp,
|
|
cpplex.cpp,
|
|
Parser.cpp,
|
|
Body.cpp,
|
|
Base.cpp,
|
|
ScopeInfo.cpp,
|
|
Qualify.cpp,
|
|
CppItem.cpp,
|
|
Expression.cpp,
|
|
Info readonly separator,
|
|
Copying;
|
|
|