mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-05 22:03:23 -06:00
22 lines
287 B
Text
22 lines
287 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,
|
|
Info readonly separator,
|
|
Copying,
|
|
Copying-plain,
|
|
Authors;
|
|
|
|
mainconfig
|
|
"" = "";
|
|
|