mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
22 lines
289 B
Text
22 lines
289 B
Text
description "Partly heurestic (imprecise) C++ parser for purposes of Assist++ (intellisense)";
|
|
|
|
optimize_speed;
|
|
|
|
uses
|
|
Core;
|
|
|
|
file
|
|
CppBase.h,
|
|
keyword.i,
|
|
Pre.cpp,
|
|
cpplex.cpp,
|
|
Parser.cpp,
|
|
Base.cpp,
|
|
Scopefo.cpp,
|
|
Qualify.cpp,
|
|
Info readonly separator,
|
|
Copying;
|
|
|
|
mainconfig
|
|
"" = "";
|
|
|